Skip to content

Commit 42ea2fc

Browse files
authored
Merge pull request vuejs#206 from CYBAI/fix-yarn-bin
Fix bin not exist when installed via yarn
2 parents e632a65 + e87261a commit 42ea2fc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
22
"name": "vue-cli",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"description": "A simple CLI for scaffolding Vue.js projects.",
55
"preferGlobal": true,
66
"bin": {
7-
"vue": "bin/vue"
7+
"vue": "bin/vue",
8+
"vue-init": "bin/vue-init",
9+
"vue-list": "bin/vue-list"
810
},
911
"repository": {
1012
"type": "git",

0 commit comments

Comments
 (0)