summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSolly <directxman12+github@gmail.com>2015-01-05 12:15:56 -0500
committerSolly <directxman12+github@gmail.com>2015-01-05 12:15:56 -0500
commit999a133bc5ae4c641d75fceb3c18bcba4af16170 (patch)
tree3db4067ddb8cfc545ef8e8602d3c4ed85c547a75
parentf36877c68411a2c2ebb4023cf333c9a2791ecf9b (diff)
parent67a12a23941e3a303be3164f220560329536b9be (diff)
downloadwebsockify-999a133bc5ae4c641d75fceb3c18bcba4af16170.tar.gz
Merge pull request #128 from ags131/patch-1
Added 'websockify.js' to package.json files list
-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"
},