From 612c1a1b7bd0e0f55e98fb0b8aefccbc0eec26f0 Mon Sep 17 00:00:00 2001 From: Matthew Wire Date: Mon, 24 Apr 2023 11:55:09 +0100 Subject: [PATCH] package.json - Add grunt-cli --- package-lock.json | 1 + package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/package-lock.json b/package-lock.json index ad6a820b0..659b2f029 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,6 +48,7 @@ "express": "4.18.2", "grunt": "^1.5.3", "grunt-browserify": "6.0.0", + "grunt-cli": "^1.4.3", "grunt-contrib-clean": "2.0.1", "grunt-contrib-compress": "2.0.0", "grunt-contrib-copy": "1.0.0", diff --git a/package.json b/package.json index 817c67bc4..2f9c7a1f5 100644 --- a/package.json +++ b/package.json @@ -73,6 +73,7 @@ "express": "4.18.2", "grunt": "^1.5.3", "grunt-browserify": "6.0.0", + "grunt-cli": "^1.4.3", "grunt-contrib-clean": "2.0.1", "grunt-contrib-compress": "2.0.0", "grunt-contrib-copy": "1.0.0",