From 35458470e05e1a607675e5cc0d909fda103f048c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Thu, 19 May 2022 11:35:45 +0200 Subject: [PATCH] chg: updated package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 732fbb8..948b08f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "MONARC", + "name": "MONARC Back Office", "version": "2.9.12", - "description": "Monarc back office", + "description": "MONARC Back Office", "private": true, "repository": { "type": "git", @@ -14,7 +14,7 @@ "ng_backoffice": "git+https://github.com/monarc-project/ng-backoffice.git#master" }, "devDependencies": { - "grunt": "~1.4.0", + "grunt": "~1.5.3", "grunt-cli": "~1.4.2" } }