From f7cdc3395572e25e24a3c26f8a3184da4f64fd1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20W=C3=BCrbach?= Date: Fri, 21 Aug 2015 14:12:20 +0200 Subject: [PATCH] ws 0.8.0 iojs 3 compatibility --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ac818db44..8424bd418 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "license": "MIT", "dependencies": { "debug": "2.1.3", - "ws": "0.7.2", + "ws": "0.8.0", "engine.io-parser": "1.2.1", "accepts": "1.1.4" },