Skip to content

Commit

Permalink
fix(deps): freeze socket.io version
Browse files Browse the repository at this point in the history
socket.io@1.4.8 breaks IE <= 9 compat, this freezes the version until socketio/engine.io#407 is resolved.
  • Loading branch information
dignifiedquire committed Jun 26, 2016
1 parent d1f924c commit 73e300d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -303,7 +303,7 @@
"optimist": "^0.6.1",
"qjobs": "^1.1.4",
"rimraf": "^2.3.3",
"socket.io": "^1.4.5",
"socket.io": "1.4.7",
"source-map": "^0.5.3",
"tmp": "0.0.28",
"useragent": "^2.1.9"
Expand Down

0 comments on commit 73e300d

Please sign in to comment.