From bf539fb409d6a32064a75f4417364ee28863f6ce Mon Sep 17 00:00:00 2001 From: Ruslan Baidan Date: Wed, 5 Oct 2022 17:16:44 +0200 Subject: [PATCH] Update package.json Removed the versions notion for the packages as we don't use it anymore. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index aff27a2..ca30835 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.git#v2.12.0", - "ng_client": "git+https://github.com/monarc-project/ng-client.git#v2.12.2" + "ng_anr": "git+https://github.com/monarc-project/ng-anr.git", + "ng_client": "git+https://github.com/monarc-project/ng-client.git" }, "devDependencies": { "grunt": "~1.5.3",