From 627caa2548213236aa6032a2a01d6c200fafe76c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Wed, 29 May 2019 08:15:12 +0200 Subject: [PATCH] Updated URL of ng-anr and ng-client dependencies. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2192c26..6906480 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_client": "https://github.com/monarc-project/ng-client#master" + "ng_anr": "git+https://github.com/monarc-project/ng-anr#master", + "ng_client": "git+https://github.com/monarc-project/ng-client#master" }, "devDependencies": { "grunt": "~1.0.3",