Skip to content

Commit

Permalink
Added bin to package.json to make it executable in path
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Sep 25, 2014
1 parent 69c20f1 commit 163b152
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
Expand Down

0 comments on commit 163b152

Please sign in to comment.