Use HTTPS for GitHub cloning

pull/1/head
Guillaume Lesniak 2017-01-20 11:11:00 +01:00
parent 0b39dc6446
commit bc923cb8fc
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@
"author": "Netlor",
"license": "Copyright",
"dependencies": {
"ng_anr": "git+ssh://git@github.com/CASES-LU/ng-anr#beta",
"ng_backoffice": "git+ssh://git@github.com/CASES-LU/ng-backoffice#beta"
"ng_anr": "https://github.com/CASES-LU/ng-anr#beta",
"ng_backoffice": "https://github.com/CASES-LU/ng-backoffice#beta"
},
"devDependencies": {
"grunt": "~0.4.1",