Skip to content

Commit 45d67f4

Browse files
committed
[tests] used socket.io 0.6.17 fixed version for tests
1 parent 27fa708 commit 45d67f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"request": "1.9.x",
2626
"vows": "0.5.x",
2727
"async": "0.1.x",
28-
"socket.io": "0.6.x"
28+
"socket.io": "0.6.17"
2929
},
3030
"main": "./lib/node-http-proxy",
3131
"bin": {

test/websocket/websocket-proxy-test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ try {
3939
}
4040
catch (ex) {
4141
console.error('Socket.io is required for this example:');
42-
console.error('npm ' + 'install'.green + ' [email protected].18'.magenta);
42+
console.error('npm ' + 'install'.green + ' [email protected].17'.magenta);
4343
process.exit(1);
4444
}
4545

0 commit comments

Comments
 (0)