From 9fc167163051739895d51fc348725fa69a3c4da8 Mon Sep 17 00:00:00 2001 From: serdar ozturk Date: Sat, 7 Jan 2017 22:51:18 +0200 Subject: [PATCH] Update package.json ws remote git not found. update ws git path on package.json. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bdfe97b..c380665 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "async": "0.2.x", "tab": "0.1.x", "colors": "0.6.x", - "ws": "git://github.com/einaros/ws.git", + "ws": "git://github.com/websockets/ws.git", "fast-stats": "git://github.com/bluesmoon/node-faststats.git", "sugar": "1.3.8" },