Added bin to package.json to make it executable in path
This commit is contained in:
parent
69c20f11d8
commit
163b152d47
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue