Skip to content

Commit

Permalink
fix(bin): defined the command name properly
Browse files Browse the repository at this point in the history
since it defaults to the package name if not specified like this

for #3
  • Loading branch information
travi committed Apr 14, 2019
1 parent e8c970e commit 72d4e8b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"description": "cli for various tools for the organization",
"license": "MIT",
"version": "0.0.0-semantically-released",
"bin": "bin/form8ion-utils.js",
"bin": {
"form8ion-utils": "bin/form8ion-utils.js"
},
"sideEffects": false,
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 72d4e8b

Please sign in to comment.