Skip to content

Commit

Permalink
Updated current package.json to only work with Socket.IO 0.6.x. Need …
Browse files Browse the repository at this point in the history
…to upgrade my code to Socket.IO 0.7.x
  • Loading branch information
bnoguchi committed Jul 1, 2011
1 parent 4b30450 commit 00d22e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -14,13 +14,13 @@
"lib": "."
},
"dependencies": {
"socket.io":">=0.6.17"
"socket.io":"=0.6.x"
},
"devDependencies": {
"connect": ">=1.4.3"
},
"engines": {
"node": ">=0.4.0"
"node": ">=0.4.x"
},
"licenses": [ "MIT" ]
}

0 comments on commit 00d22e7

Please sign in to comment.