From c0fc4c7a86e42c7b4fcbb689554752d683c1411f Mon Sep 17 00:00:00 2001 From: "Jose A. Rivera" Date: Thu, 4 Aug 2016 15:48:41 -0500 Subject: [PATCH] Fix URL in package.json The dependency on status-message-polyfill appeared to be missing part of its URL, judging by the rest of the file. Changing this line allowed me to build and install on a self-hosted server. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cc65b03f..cc23710d 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "socket.io": "^1.4.0", "socket.io-redis": "^1.0.0", "source-map-support": "^0.4.0", - "status-message-polyfill": "calzoneman/status-message-polyfill", + "status-message-polyfill": "git://github.com/calzoneman/status-message-polyfill", "uuid": "^2.0.1", "yamljs": "^0.1.6" },