build: upgrade socket.io

nodejs binary addons have been removed as optional dependencies from ws, however
they will still be used if available:
49b11093e9
This commit is contained in:
Braydon Fuller 2016-04-22 17:09:13 -04:00
parent c63e98f061
commit a61f43a584
1 changed files with 6 additions and 2 deletions

View File

@ -53,10 +53,14 @@
"mkdirp": "0.5.0", "mkdirp": "0.5.0",
"npm": "^2.14.1", "npm": "^2.14.1",
"semver": "^5.0.1", "semver": "^5.0.1",
"socket.io": "bitpay/socket.io#bitpay-1.3.7", "socket.io": "^1.4.5",
"socket.io-client": "bitpay/socket.io-client#bitpay-1.3.7", "socket.io-client": "^1.4.5",
"zmq": "^2.14.0" "zmq": "^2.14.0"
}, },
"optionalDependencies": {
"bufferutil": "~1.2.1",
"utf-8-validate": "~1.2.1"
},
"devDependencies": { "devDependencies": {
"benchmark": "1.0.0", "benchmark": "1.0.0",
"bitcore-p2p": "^1.1.0", "bitcore-p2p": "^1.1.0",