From 67a12a23941e3a303be3164f220560329536b9be Mon Sep 17 00:00:00 2001 From: ags131 Date: Fri, 16 May 2014 11:56:24 -0500 Subject: [PATCH] Fixed Package.json Added websockify.js to the files section, this fixes #90 and allows NPM to properly install --- other/js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" },