diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index e69de29..d5cb360 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -0,0 +1 @@ +- ADD Package.json information to execute global commands. \ No newline at end of file diff --git a/package.json b/package.json index e3a83c3..98790df 100644 --- a/package.json +++ b/package.json @@ -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",