From 50a83ac306a52b21e513ddee5fc65994629da510 Mon Sep 17 00:00:00 2001 From: Roman Shtylman Date: Mon, 18 Feb 2013 17:16:28 -0500 Subject: [PATCH] Update to ws 0.4.25 This has a 'browser' field which makes it packageable using browserify and similar tools which read require statements. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c5fa3b09c..7f2b4a3ff 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ { "name": "Christoph Dorn", "web": "https://github.com/cadorn" } ], "dependencies": { - "ws": "0.4.20", + "ws": "0.4.25", "xmlhttprequest": "1.5.0", "emitter-component": "0.0.6", "engine.io-parser": "0.1.1",