bb690aa4 by Adam Heath

Switch from http to https.

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