From 840ee5f771d547f0fd140c3728ecb92edadf835e Mon Sep 17 00:00:00 2001 From: Filipe Guerra Date: Tue, 9 Dec 2014 10:36:58 -0800 Subject: [PATCH] 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/ --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e0547dda5..fdcbabd06 100644 --- a/package.json +++ b/package.json @@ -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",