Skip to content

Commit

Permalink
package.json: add missing bin entries
Browse files Browse the repository at this point in the history
This way scripts will be properly put into the bin directory upon
npm install.
  • Loading branch information
demmer committed Feb 11, 2016
1 parent 9ff5144 commit 3c45ecf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "0.2.0",
"description": "juttle execution engine",
"main": "lib/juttle-engine",
"bin": {
"juttle": "bin/juttle",
"juttle-engine": "bin/juttle-engine",
"juttle-engine-client": "bin/juttle-engine-client"
},
"scripts": {
"test": "gulp test"
},
Expand Down

0 comments on commit 3c45ecf

Please sign in to comment.