From 3293deeec7949e9a6812bde92a7fb23b357a9e55 Mon Sep 17 00:00:00 2001 From: Vitaly Domnikov Date: Wed, 6 Jan 2016 21:28:34 -0400 Subject: [PATCH] Update ws version (utf-8-validate library don't work with node >=4.0)[https://github.com/websockets/utf-8-validate/issues] In 1.0.1 ver of `ws` package this dependency is removed. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f74f6c..f83099d 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "extend": "^2.0.1", "request": "^2.56.0", "vow": "^0.4.9", - "ws": "^0.7.2" + "ws": "^1.0.1" }, "devDependencies": { "chai": "^2.3.0",