From 1aa1f7b12c7e9819ea466157b798ad86e69a3f76 Mon Sep 17 00:00:00 2001 From: Valeriy Simonov Date: Mon, 9 Jan 2017 10:00:07 +0500 Subject: [PATCH] Use https instead of git for tether-drop git protocol (tcp/udp/9418) is forbidden when using some corporate proxies. HTTPS is used more widely. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5124edff40b..0a82dc299d2 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "sinon": "1.17.6", "systemjs-builder": "^0.15.34", "tether": "^1.4.0", - "tether-drop": "git://github.com/torkelo/drop", + "tether-drop": "https://github.com/torkelo/drop", "tslint": "^4.0.2", "typescript": "^2.1.4", "virtual-scroll": "^1.1.1"