From c209711d43a790689b9ad1def7d0bad0d400a190 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Tue, 18 Aug 2015 09:40:52 -0300 Subject: [PATCH] Removes duplicates --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index f11aa6a8e..2264f8b1c 100644 --- a/package.json +++ b/package.json @@ -47,6 +47,7 @@ "grunt-cli": "^0.1.13", "grunt-contrib-concat": "^0.5.1", "grunt-contrib-copy": "^0.8.0", + "grunt-contrib-compress": "^0.13.0", "grunt-contrib-uglify": "^0.8.0", "grunt-contrib-watch": "^0.5.3", "grunt-exec": "^0.4.6", @@ -61,8 +62,6 @@ "angular": "^1.3.14", "angular-mocks": "^1.3.14", "bhttp": "^1.2.1", - "grunt-contrib-compress": "^0.13.0", - "grunt-contrib-copy": "^0.8.0", "grunt-karma": "^0.10.1", "grunt-karma-coveralls": "^2.5.3", "grunt-node-webkit-builder": "^1.0.2",