From 2fd02f192ae89745aec0adff19097524f80416a9 Mon Sep 17 00:00:00 2001 From: Keiro Date: Wed, 30 Jan 2019 16:53:17 -0600 Subject: [PATCH] Update package.json to resolve W10 failures Resolves #647. This is primarily to resolve W10 build failures. Further work on packages will be worked on. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ba41b693f..21c6acecd 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "grunt": "^1.0.1", "grunt-cli": "^1.2.0", "grunt-contrib-clean": "^1.0.0", - "grunt-contrib-compress": "^1.4.0", + "grunt-contrib-compress": "^1.4.3", "grunt-contrib-concat": "^1.0.1", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-csslint": "^2.0.0",