package: Fix ng-* repos URLs

pull/1/head
Guillaume Lesniak 2016-10-24 10:44:47 +02:00
parent f0b114a784
commit 7deabb5121
1 changed files with 3 additions and 3 deletions

View File

@ -10,11 +10,11 @@
"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": "git+ssh://git@github.com/CASES-LU/ng-anr#beta",
"ng_backoffice": "git+ssh://git@github.com/CASES-LU/ng-backoffice#beta"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1.13"
}
}
}