Skip to content

Commit

Permalink
[tests] used socket.io 0.6.17 fixed version for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cronopio committed Jun 5, 2012
1 parent 27fa708 commit 45d67f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"request": "1.9.x",
"vows": "0.5.x",
"async": "0.1.x",
"socket.io": "0.6.x"
"socket.io": "0.6.17"
},
"main": "./lib/node-http-proxy",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion test/websocket/websocket-proxy-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ try {
}
catch (ex) {
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);
}

Expand Down

0 comments on commit 45d67f4

Please sign in to comment.