From 9295638c71c2df7ed576bb29e9d77974684cdb2b Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Sun, 25 Aug 2013 14:13:18 -0700 Subject: [PATCH] package: rolling back to `ws` `0.4.25` due to disconnection bug for moar info: https://github.com/einaros/ws/issues/230 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 68b5d414..27d98a74 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "dependencies": { "global": "component/global", "has-cors": "component/has-cors", - "ws": "0.4.29", + "ws": "0.4.25", "xmlhttprequest": "LearnBoost/node-XMLHttpRequest", "emitter": "http://github.com/component/emitter/archive/1.0.1.tar.gz", "indexof": "0.0.1",