From f1ec25aba601ce8763a306025681a817253c2a1a Mon Sep 17 00:00:00 2001 From: Sid Date: Tue, 19 Jul 2016 12:43:47 -0700 Subject: [PATCH] Bumping grunt-contrib-uglify to resolve build failures. Resolving the following, Warning: Cannot assign to read only property 'subarray' --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 86f7c2b..3806a34 100644 --- a/package.json +++ b/package.json @@ -30,12 +30,12 @@ "jquery": ">=1.11.0" }, "devDependencies": { + "chai": "~1.8.1", "grunt": "~0.4.1", - "grunt-contrib-uglify": "~0.1.2", + "grunt-contrib-uglify": "^2.0.0", "grunt-mocha-phantomjs": "^0.5.0", "mocha": "~1.17.0", - "phantomjs": "^1.9.1", - "chai": "~1.8.1" + "phantomjs": "^1.9.1" }, "jam": { "dependencies": {