diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2017-02-17 11:37:09 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2017-02-17 11:37:09 +0000 |
commit | 8391aae3e255b60d50e6b2b01b88bc674c1fda7d (patch) | |
tree | be58f00dade7611d5a7a8cf52d9a8561bba5d9fd /package.json | |
parent | aa792b91bbddeeb61ce77f9525fcaf238a9ad331 (diff) | |
download | gitlab-ce-8391aae3e255b60d50e6b2b01b88bc674c1fda7d.tar.gz |
use http to feth jquery-ui dependency instead of ssh
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 08bde1bc313..22fc4ee5731 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "es6-promise": "^4.0.5", "imports-loader": "^0.6.5", "jquery": "2.2.1", - "jquery-ui": "github:jquery/jquery-ui#1.11.4", + "jquery-ui": "git+https://github.com/jquery/jquery-ui#1.11.4", "jquery-ujs": "1.2.1", "js-cookie": "^2.1.3", "karma-mocha-reporter": "^2.2.2", |