Fixed Package.json
Added websockify.js to the files section, this fixes #90 and allows NPM to properly install
This commit is contained in:
parent
6c526fd645
commit
67a12a2394
|
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue