From ab95ee6c6e1c17a51c76be130406dfb6be04b6e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Tue, 21 Jun 2022 16:32:00 +0200 Subject: [PATCH] fixed link of dependencies --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2a02f7f..2349441 100644 --- a/package.json +++ b/package.json @@ -10,11 +10,11 @@ "author": "CASES", "license": "GNU Affero General Public License version 3", "dependencies": { - "ng_anr": "git+https://github.com/monarc-project/ng-anr.gitv2.12.0", - "ng_backoffice": "git+https://github.com/monarc-project/ng-backoffice.gitv2.12.0" + "ng_anr": "git+https://github.com/monarc-project/ng-anr.git#v2.12.0", + "ng_backoffice": "git+https://github.com/monarc-project/ng-backoffice.git#v2.12.0" }, "devDependencies": { "grunt": "~1.5.3", - "grunt-cli": "~1.4.2" + "grunt-cli": "~1.4.3" } }