Skip to content

Commit

Permalink
package.json: add cli to bin prop
Browse files Browse the repository at this point in the history
  • Loading branch information
dmstern committed Nov 26, 2018
1 parent 619b18e commit 3736012
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,11 @@
".sample.npmfrogrc.json",
"pm2.config.js",
"pm2.prod.config.js",
"bin/cli.js"
"bin"
],
"bin": {
"npmfrog": "bin/cli.js"
},
"repository": {
"type": "git",
"url": "https://github.com/dmstern/npmfrog"
Expand Down

0 comments on commit 3736012

Please sign in to comment.