From 163b152d47a0c78166f26cee20c44fd8dabe51e3 Mon Sep 17 00:00:00 2001 From: Robin Nilsson Date: Thu, 25 Sep 2014 12:45:31 +0200 Subject: [PATCH] Added bin to package.json to make it executable in path --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c20a71a..c633a17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name" : "cryptalk", - "version" : "1.0.0", + "version" : "1.0.1", "description" : "Encrypted HTML5/Node.JS instant chat", "main" : "server.js", "subdomain": "cryptalk", @@ -25,6 +25,10 @@ "type": "git", "url": "git://github.com/Hexagon/cryptalk.git" }, + "bin" : { + "npm" : "./server.js" + + }, "dependencies": { "node-uuid": ">= 1.4.1", "express.io": ">= 1.1.13"