Skip to content

Commit 840ee5f

Browse files
alias-macvojtajina
authored andcommitted
fix(socket.io): Force 0.9.16 which works with Chrome
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/
1 parent af808bc commit 840ee5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
],
164164
"dependencies": {
165165
"di": "~0.0.1",
166-
"socket.io": "~0.9.13",
166+
"socket.io": "0.9.16",
167167
"chokidar": ">=0.8.2",
168168
"glob": "~3.2.7",
169169
"minimatch": "~0.2",

0 commit comments

Comments
 (0)