Merge pull request #329 from bitpay/kleetus-patch-1

Corrected the socket.io dependency links
This commit is contained in:
Braydon Fuller 2015-10-20 14:40:28 -04:00
commit bf78aefc82

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",