Skip to content

Commit

Permalink
Name the bin script properly
Browse files Browse the repository at this point in the history
  • Loading branch information
derrickreimer committed Oct 16, 2019
1 parent 75ff1fd commit 0ffc4db
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 @@
"version": "1.0.0-beta.0",
"description": "The StaticKit command line interface",
"main": "index.js",
"bin": "bin/statickit",
"bin": {
"statickit": "bin/statickit"
},
"engines": {
"node": ">= 8"
},
Expand Down

0 comments on commit 0ffc4db

Please sign in to comment.