Explorar o código

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.
Valeriy Simonov %!s(int64=9) %!d(string=hai) anos
pai
achega
1aa1f7b12c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      package.json

+ 1 - 1
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"