Merge pull request #128 from ags131/patch-1

Added 'websockify.js' to package.json files list
This commit is contained in:
Solly
2015-01-05 12:15:56 -05:00
+1 -1
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"
},