Merge pull request #7184 from simnv/git-via-https

Use HTTPS instead of git to download tether-drop package
This commit is contained in:
Carl Bergquist 2017-01-09 07:15:01 +01:00 committed by GitHub
commit bcfe048aae

View File

@ -78,7 +78,7 @@
"sinon": "1.17.6", "sinon": "1.17.6",
"systemjs-builder": "^0.15.34", "systemjs-builder": "^0.15.34",
"tether": "^1.4.0", "tether": "^1.4.0",
"tether-drop": "git://github.com/torkelo/drop", "tether-drop": "https://github.com/torkelo/drop",
"tslint": "^4.0.2", "tslint": "^4.0.2",
"typescript": "^2.1.4", "typescript": "^2.1.4",
"virtual-scroll": "^1.1.1" "virtual-scroll": "^1.1.1"