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.
This commit is contained in:
Jose A. Rivera 2016-08-04 15:48:41 -05:00 committed by GitHub
parent 6aebe82298
commit c0fc4c7a86
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
"socket.io": "^1.4.0", "socket.io": "^1.4.0",
"socket.io-redis": "^1.0.0", "socket.io-redis": "^1.0.0",
"source-map-support": "^0.4.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", "uuid": "^2.0.1",
"yamljs": "^0.1.6" "yamljs": "^0.1.6"
}, },