Fixed Package.json

Added websockify.js to the files section, this fixes #90 and allows NPM to properly install
This commit is contained in:
ags131 2014-05-16 11:56:24 -05:00
parent 6c526fd645
commit 67a12a2394
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
"type": "git",
"url": "git://github.com/kanaka/websockify.git"
},
"files": ["../../docs/LICENSE.LGPL-3"],
"files": ["../../docs/LICENSE.LGPL-3","websockify.js"],
"bin": {
"websockify": "./websockify.js"
},