From 2d501839bdb15d350ec6242f930cc4245b32b914 Mon Sep 17 00:00:00 2001 From: Jonathan Dray Date: Thu, 18 Feb 2016 15:08:30 +0100 Subject: [PATCH] fix(ws): upgrade to version 1.0 Fixes compile issue on node version >= 4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index da9e37e..bbb9545 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ }, "dependencies": { "angular": "*", - "ws": "^0.8.0" + "ws": "^1.0.0" }, "devDependencies": { "angular-animate": "^1.3.13",