Skip to content

Commit

Permalink
fix(socket.io): Force 0.9.16 which works with Chrome
Browse files Browse the repository at this point in the history
When running karma tests with `ddescribe` or `iit`, as well as in some other
cases, the browser gets disconnected for some reason.

The full information on this fix can be found in:
http://jamiolkowski.it/251/karma-runner-warn-chrome-35-0-1916-mac-os-x-10-8-5-disconnected-1-times/
  • Loading branch information
alias-mac authored and vojtajina committed Dec 30, 2014
1 parent af808bc commit 840ee5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -163,7 +163,7 @@
],
"dependencies": {
"di": "~0.0.1",
"socket.io": "~0.9.13",
"socket.io": "0.9.16",
"chokidar": ">=0.8.2",
"glob": "~3.2.7",
"minimatch": "~0.2",
Expand Down

0 comments on commit 840ee5f

Please sign in to comment.