From 820dba9d2e78fa331037a281f589356fe014afae Mon Sep 17 00:00:00 2001 From: Julien de-Sainte-Croix Date: Fri, 29 Mar 2024 21:57:48 +1100 Subject: [PATCH] Remove the grunt script from the package.json --- nodel-webui-js/package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/nodel-webui-js/package.json b/nodel-webui-js/package.json index 1f960c5..26557eb 100644 --- a/nodel-webui-js/package.json +++ b/nodel-webui-js/package.json @@ -40,9 +40,6 @@ "uglify-js": "^3.14.2", "uglifycss": "0.0.29" }, - "scripts": { - "run-grunt": "node_modules/.bin/grunt" - }, "license": "MPL-2.0", "repository": { "type": "git",