From 728d2ba37904f893ca94be9f20c69650ed3bf247 Mon Sep 17 00:00:00 2001 From: Guillaume Lesniak Date: Tue, 17 Jan 2017 09:00:33 +0100 Subject: [PATCH] Package.json: We are the frontoffice --- package.json | 2 +- package.json.continuousphp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fe9dd15..08e9cad 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "license": "Copyright", "dependencies": { "ng_anr": "git+ssh://gogs@rhea.netlor.fr:2222/monarc/ng_anr#master", - "ng_backoffice": "git+ssh://gogs@rhea.netlor.fr:2222/monarc/ng_backoffice#master" + "ng_client": "git+ssh://gogs@rhea.netlor.fr:2222/monarc/ng_client#master" }, "devDependencies": { "grunt": "~0.4.1", diff --git a/package.json.continuousphp b/package.json.continuousphp index fe78126..8711ef0 100644 --- a/package.json.continuousphp +++ b/package.json.continuousphp @@ -11,7 +11,7 @@ "license": "Copyright", "dependencies": { "ng_anr": "git+https://@github.token@:x-oauth-basic@github.com/CASES-LU/ng-anr#beta", - "ng_backoffice": "git+https://@github.token@:x-oauth-basic@github.com/CASES-LU/ng-backoffice#beta" + "ng_client": "git+https://@github.token@:x-oauth-basic@github.com/CASES-LU/ng-client#beta" }, "devDependencies": { "grunt": "~0.4.1",