From 78bf96e9f88b2a08dbdad4403db72993d232b41c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Wed, 29 May 2019 08:21:37 +0200 Subject: [PATCH] Added .git extension for the dependencies in package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6906480..4999fc4 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,8 @@ "author": "CASES", "license": "GNU Affero General Public License version 3", "dependencies": { - "ng_anr": "git+https://github.com/monarc-project/ng-anr#master", - "ng_client": "git+https://github.com/monarc-project/ng-client#master" + "ng_anr": "git+https://github.com/monarc-project/ng-anr.git#master", + "ng_client": "git+https://github.com/monarc-project/ng-client.git#master" }, "devDependencies": { "grunt": "~1.0.3",