mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
[tests] used socket.io 0.6.17 fixed version for tests
This commit is contained in:
parent
27fa708449
commit
45d67f42cb
@ -25,7 +25,7 @@
|
|||||||
"request": "1.9.x",
|
"request": "1.9.x",
|
||||||
"vows": "0.5.x",
|
"vows": "0.5.x",
|
||||||
"async": "0.1.x",
|
"async": "0.1.x",
|
||||||
"socket.io": "0.6.x"
|
"socket.io": "0.6.17"
|
||||||
},
|
},
|
||||||
"main": "./lib/node-http-proxy",
|
"main": "./lib/node-http-proxy",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|||||||
@ -39,7 +39,7 @@ try {
|
|||||||
}
|
}
|
||||||
catch (ex) {
|
catch (ex) {
|
||||||
console.error('Socket.io is required for this example:');
|
console.error('Socket.io is required for this example:');
|
||||||
console.error('npm ' + 'install'.green + ' socket.io@0.6.18'.magenta);
|
console.error('npm ' + 'install'.green + ' socket.io@0.6.17'.magenta);
|
||||||
process.exit(1);
|
process.exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user