Skip to content

Commit b1cf65e

Browse files
keyzvjeux
authored andcommitted
fixed cli bin path (#8)
1 parent e3e9897 commit b1cf65e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

global-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"index.js"
66
],
77
"bin": {
8-
"create-react-app": "index.js"
8+
"create-react-app": "./index.js"
99
},
1010
"dependencies": {
1111
"chalk": "^1.1.1",

0 commit comments

Comments
 (0)