Change all public access from http to https.
Showing
2 changed files
with
3 additions
and
3 deletions
... | @@ -16,8 +16,8 @@ | ... | @@ -16,8 +16,8 @@ |
16 | "dependencies": { | 16 | "dependencies": { |
17 | "backbone": "", | 17 | "backbone": "", |
18 | "backbone-validation": "", | 18 | "backbone-validation": "", |
19 | "rivets-backbone-adapter-brainfood": "http://gitlab.brainfood.com/brainfood/rivets-backbone-adapter-brainfood.git", | 19 | "rivets-backbone-adapter-brainfood": "https://gitlab.brainfood.com/brainfood/rivets-backbone-adapter-brainfood.git", |
20 | "backbone-model-overlay": "http://gitlab.brainfood.com/brainfood/backbone-model-overlay.git", | 20 | "backbone-model-overlay": "https://gitlab.brainfood.com/brainfood/backbone-model-overlay.git", |
21 | "jquery": "", | 21 | "jquery": "", |
22 | "requirejs": "", | 22 | "requirejs": "", |
23 | "rivets": "", | 23 | "rivets": "", | ... | ... |
... | @@ -11,7 +11,7 @@ | ... | @@ -11,7 +11,7 @@ |
11 | "devDependencies": { | 11 | "devDependencies": { |
12 | "bower-requirejs": "~0.9.2", | 12 | "bower-requirejs": "~0.9.2", |
13 | "grunt": "~0", | 13 | "grunt": "~0", |
14 | "grunt-monty-python": "git+ssh://git@gitlab.brainfood.com:brainfood/grunt-monty-python.git" | 14 | "grunt-monty-python": "git+https://gitlab.brainfood.com:brainfood/grunt-monty-python.git" |
15 | }, | 15 | }, |
16 | "engines": { | 16 | "engines": { |
17 | "node": ">=0.8.0" | 17 | "node": ">=0.8.0" | ... | ... |
-
Please register or sign in to post a comment