Skip to content

Commit d118f91

Browse files
committed
Fix bin not exist when installed via yarn
1 parent e632a65 commit d118f91

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
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)