From cbbefc8eebc1d5f25973aec8c4f056c665fdacef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Wed, 29 May 2019 08:16:19 +0200 Subject: [PATCH] Updated URL of ng-anr and ng-backoffice dependencies. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 26ee20d..1d09f4a 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,8 @@ "author": "CASES", "license": "GNU Affero General Public License version 3", "dependencies": { - "ng_anr": "https://github.com/monarc-project/ng-anr#master", - "ng_backoffice": "https://github.com/monarc-project/ng-backoffice#master" + "ng_anr": "git+https://github.com/monarc-project/ng-anr.git#master", + "ng_backoffice": "git+https://github.com/monarc-project/ng-backoffice.git#master" }, "devDependencies": { "grunt": "~1.0.3",