Skip to content

Commit

Permalink
Fix path for CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay Govorov authored Nov 9, 2019
1 parent 7159066 commit 5ea176c
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 @@ -27,7 +27,7 @@
"node": ">=8"
},
"bin": {
"shower": "bin/index.js"
"shower": "bin/cli.js"
},
"devDependencies": {
"eslint": "^5.16.0",
Expand Down

0 comments on commit 5ea176c

Please sign in to comment.