[tests] used socket.io 0.6.17 fixed version for tests

This commit is contained in:
cronopio 2012-06-05 17:06:03 -05:00
parent 27fa708449
commit 45d67f42cb
2 changed files with 2 additions and 2 deletions

View File

@ -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": {

View File

@ -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);
} }