From 41fe0faa041a9b948181e327ce28b366dab4daa3 Mon Sep 17 00:00:00 2001 From: ansuz Date: Sat, 16 Jan 2016 06:30:48 -0500 Subject: [PATCH] update websocket dependency to 1.0.1 Important bugfixes. ^ will keep bumping until 2.*.* --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0c638c09e..1c1271df9 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,6 @@ "version": "0.1.0", "dependencies": { "express": "~4.10.1", - "ws": "~0.8.0" + "ws": "^1.0.1" } }