From 09ebf752f4ba2e73010d012f1ace6a094e5a72d9 Mon Sep 17 00:00:00 2001 From: Daniel Moran Date: Wed, 22 Jul 2015 10:44:04 -0500 Subject: [PATCH] ADD Information to the package.json to expose global commands --- CHANGES_NEXT_RELEASE | 1 + package.json | 4 ++++ 2 files changed, 5 insertions(+) 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",