Skip to content

Commit

Permalink
fixed missing ".js" extention
Browse files Browse the repository at this point in the history
  • Loading branch information
ibare committed Nov 3, 2017
1 parent 588666f commit 857f5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A simple CLI for scaffolding WoowahanJS projects",
"preferGlobal": true,
"bin": {
"woowahan-cli": "./bin/cli"
"woowahan-cli": "./bin/cli.js"
},
"engines": {
"node": ">=6.0.0"
Expand Down

0 comments on commit 857f5a8

Please sign in to comment.