From 7c4b26006e21d6d5a0ed303f09838a11951aada3 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 3791187dd..576882f87 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 b556758a5..0549338c1 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",