Skip to content

Commit

Permalink
Merge pull request #206 from CYBAI/fix-yarn-bin
Browse files Browse the repository at this point in the history
Fix bin not exist when installed via yarn
  • Loading branch information
zigomir authored Oct 28, 2016
2 parents e632a65 + e87261a commit 42ea2fc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"name": "vue-cli",
"version": "2.4.0",
"version": "2.4.1",
"description": "A simple CLI for scaffolding Vue.js projects.",
"preferGlobal": true,
"bin": {
"vue": "bin/vue"
"vue": "bin/vue",
"vue-init": "bin/vue-init",
"vue-list": "bin/vue-list"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 42ea2fc

Please sign in to comment.