From b6401af0432224723620b8b49a47caf06db75d4b Mon Sep 17 00:00:00 2001 From: Bryan Way Date: Mon, 7 Nov 2016 14:16:11 -0600 Subject: [PATCH] Fixed git protocol project references to use HTTPS Some firewalls have strict outbound policies (e.g. large internal networks with multiple users). Using the HTTPS protocol is safer to use to increase availability. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bdfe97b..d0f99d0 100644 --- a/package.json +++ b/package.json @@ -22,8 +22,8 @@ "async": "0.2.x", "tab": "0.1.x", "colors": "0.6.x", - "ws": "git://github.com/einaros/ws.git", - "fast-stats": "git://github.com/bluesmoon/node-faststats.git", + "ws": "https://github.com/einaros/ws.git", + "fast-stats": "https://github.com/bluesmoon/node-faststats.git", "sugar": "1.3.8" }, "bin": {