summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorags131 <ashumann13@gmail.com>2014-05-16 11:56:24 -0500
committerags131 <ashumann13@gmail.com>2014-05-16 11:56:24 -0500
commit67a12a23941e3a303be3164f220560329536b9be (patch)
tree23e2c80bd77673b151c0941158e4bac57f899381
parent6c526fd6458236bbc6fad6ba90b519edf0c1857d (diff)
downloadwebsockify-67a12a23941e3a303be3164f220560329536b9be.tar.gz
Fixed Package.json
Added websockify.js to the files section, this fixes #90 and allows NPM to properly install
-rw-r--r--other/js/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/js/package.json b/other/js/package.json
index c1422b8..ef48920 100644
--- a/other/js/package.json
+++ b/other/js/package.json
@@ -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"
},