Skip to content

Commit

Permalink
fixed cli bin path (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
keyz authored and vjeux committed Jul 18, 2016
1 parent c5928de commit b109536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion global-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"index.js"
],
"bin": {
"create-react-app": "index.js"
"create-react-app": "./index.js"
},
"dependencies": {
"chalk": "^1.1.1",
Expand Down

0 comments on commit b109536

Please sign in to comment.