From 42400cafa7134bcfe6fa42bf6c8f8472f9e54f01 Mon Sep 17 00:00:00 2001 From: Mikko Kotamies <“mikko.kotamies@reaktor.com”> Date: Wed, 9 Oct 2019 16:03:03 +0300 Subject: [PATCH] Remove grunt-contrib-uglify dependency. It's needed only as dev dependency --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 867bbf6c..48ae0b99 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,6 @@ "grunt-contrib-csslint": "^2.0.0", "grunt-contrib-cssmin": "^3.0.0", "grunt-contrib-jshint": "^2.1.0", - "grunt-contrib-uglify": "^4.0.1", "grunt-env": "^0.4.4", "grunt-html2js": "^0.6.0", "grunt-ng-annotate": "^3.0.0",