Skip to content

Commit

Permalink
Fix GarageServer.IO to run with Socket.IO >= 1.4 - #28
Browse files Browse the repository at this point in the history
  • Loading branch information
jbillmann committed Mar 25, 2016
1 parent 735f8e7 commit 2fde1ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/package.json
Expand Up @@ -11,10 +11,10 @@
"dependencies": {
"express": "^3.1.0",
"jade": "*",
"socket.io": "^1.1.0"
"socket.io": "^1.4.0"
},
"engines": {
"node": ">=0.10"
"node": ">=4.2"
},
"scripts": {
"start": "node app.js"
Expand Down

0 comments on commit 2fde1ab

Please sign in to comment.