From e4fd7811991f5c99a4a803b4241927ee2d957b78 Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Fri, 14 Jul 2017 16:46:55 -0700 Subject: [PATCH] Updated grunt compress so it would make tars properly --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 43594e0d..ae9b05fe 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "devDependencies": { "grunt": "^0.4.5", "grunt-contrib-clean": "^0.7.0", - "grunt-contrib-compress": "^0.13.0", + "grunt-contrib-compress": "^1.4.3", "grunt-contrib-concat": "^1.0.1", "grunt-contrib-connect": "^0.11.2", "grunt-contrib-uglify": "^2.0.0",