Skip to content

Commit

Permalink
Merge pull request #64 from telefonicaid/task/addGlobalCommands
Browse files Browse the repository at this point in the history
ADD Information to the package.json to expose global commands
  • Loading branch information
dmoranj committed Jul 22, 2015
2 parents deded92 + 09ebf75 commit 8623f51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- ADD Package.json information to execute global commands.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
"scripts": {
"test": "grunt"
},
"bin": {
"iotagent-lwm2m-client": "bin/iotagent-lwm2m-client.js",
"iotagent-lwm2m-server": "bin/iotagent-lwm2m-server.js"
},
"dependencies": {
"command-node": "0.1.1",
"async": "0.9.0",
Expand Down

0 comments on commit 8623f51

Please sign in to comment.