From 7deabb512153b3b6f4cad6b8642021fd8e4d717c Mon Sep 17 00:00:00 2001 From: Guillaume Lesniak Date: Mon, 24 Oct 2016 10:44:47 +0200 Subject: [PATCH] package: Fix ng-* repos URLs --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e2caecc..64977a1 100644 --- a/package.json +++ b/package.json @@ -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" } -} \ No newline at end of file +}