Skip to content

Commit

Permalink
Updates socket.io to 0.9.16, fixing some conflicts
Browse files Browse the repository at this point in the history
Turns out socketio 0.9.10 was conflicting with express and then express
kept complaining about "Headers already being sent", upgrading to 0.9.16
fixes this.
  • Loading branch information
Tristan FOUREUR committed Aug 3, 2013
1 parent 0dbd937 commit 67f7110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -36,7 +36,7 @@
"node": ">=0.6.1"
},
"dependencies": {
"socket.io": "0.9.10",
"socket.io": "0.9.16",
"express": "2.5.11",
"underscore": "1.4.0",
"irc": "0.3.4",
Expand Down

0 comments on commit 67f7110

Please sign in to comment.