Corrected the socket.io dependency links

- These were incorrectly linked.
This commit is contained in:
Chris Kleeschulte 2015-10-19 20:44:33 -04:00
parent 2ff8bd8b42
commit 192e7265e3

View File

@ -62,8 +62,8 @@
"nan": "^2.0.9",
"npm": "^2.14.1",
"semver": "^5.0.1",
"socket.io": "https://github.com/bitpay/socket.io#bitpay-1.3.7",
"socket.io-client": "https://github.com/bitpay/socket.io-client#bitpay-1.3.7"
"socket.io": "bitpay/socket.io#bitpay-1.3.7",
"socket.io-client": "bitpay/socket.io-client#bitpay-1.3.7"
},
"devDependencies": {
"aws-sdk": "~2.0.0-rc.15",