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
commit 999a133bc5
1 changed files with 1 additions and 1 deletions

View File

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