bb690aa4 by Adam Heath

Switch from http to https.

1 parent f05e28f0
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
16 "dependencies": { 16 "dependencies": {
17 "jquery": "", 17 "jquery": "",
18 "backbone": "", 18 "backbone": "",
19 "backbone-nested-models": "http://gitlab.brainfood.com/brainfood/backbone-nested-models.git", 19 "backbone-nested-models": "https://gitlab.brainfood.com/brainfood/backbone-nested-models.git",
20 "underscore": "", 20 "underscore": "",
21 "requirejs": "~2.1.17" 21 "requirejs": "~2.1.17"
22 } 22 }
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
15 "grunt-template-jasmine-istanbul": "~0", 15 "grunt-template-jasmine-istanbul": "~0",
16 "grunt-template-jasmine-requirejs": "~0", 16 "grunt-template-jasmine-requirejs": "~0",
17 "grunt": "~0", 17 "grunt": "~0",
18 "grunt-monty-python": "git+ssh://git@gitlab.brainfood.com:brainfood/grunt-monty-python.git" 18 "grunt-monty-python": "git+https://gitlab.brainfood.com:brainfood/grunt-monty-python.git"
19 }, 19 },
20 "engines": { 20 "engines": {
21 "node": ">=0.8.0" 21 "node": ">=0.8.0"
......