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.
This commit is contained in:
Valeriy Simonov 2017-01-09 10:00:07 +05:00
parent 5bfe0ab237
commit 1aa1f7b12c

View File

@ -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"