diff options
Diffstat (limited to 'public-src/3rd-party/package.json')
-rw-r--r-- | public-src/3rd-party/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/public-src/3rd-party/package.json b/public-src/3rd-party/package.json index 3393051..b07e0bd 100644 --- a/public-src/3rd-party/package.json +++ b/public-src/3rd-party/package.json @@ -1,13 +1,13 @@ { "dependencies": { - "flot": "git://github.com/flot/flot#v0.8.3", + "flot": "https://github.com/flot/flot#v0.8.3", "golden-layout": "^1.5.9", "jarmon": "git://git.lukeshu.com/2git/jarmon#lukeshu/master", "javascriptrrd": "git://git.lukeshu.com/2git/javascriptrrd#v1.1.1", "jquery": "^1.11", "jquery-migrate": "^1.0", - "jquerytools": "git://github.com/jquerytools/jquerytools#8ac4636a01d3860f1c4726ba722190a531bf1068", + "jquerytools": "https://github.com/jquerytools/jquerytools#8ac4636a01d3860f1c4726ba722190a531bf1068", "requirejs": "^2.3.5", - "sorttable": "git://github.com/stuartlangridge/sorttable" + "sorttable": "https://github.com/stuartlangridge/sorttable" } } |