From 4229706645102a905d15c209d48986062aec9963 Mon Sep 17 00:00:00 2001 From: Daniel Santiago Date: Thu, 9 Feb 2017 17:00:44 -0400 Subject: [PATCH] Specified ws.js version ws.js 1.1.1 version is the last one that work with sip.js without the need of ES6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4b0a5a0..f35b27e 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "node": ">=0.2.2" }, "dependencies": { - "ws": "*" + "ws": "1.1.1" }, "devDependencies": { "coffee-script": "~1.6.2"