From b9d3e57533690dc4ac22f01688f6edb8c7aada5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Sun, 28 Feb 2016 06:50:55 +0000 Subject: [PATCH] Bump grunt-contrib-uglify and pin versions of grunt packages --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 6d45911b..be308375 100644 --- a/package.json +++ b/package.json @@ -43,10 +43,10 @@ "devDependencies": { "stylelint": "4.3.3", "eslint": "^1.5.1", - "grunt": "~0.4.5", - "grunt-cli": "^0.1.13", - "grunt-contrib-uglify": "~0.5.0", - "grunt-contrib-watch": "^0.6.1", + "grunt": "0.4.5", + "grunt-cli": "0.1.13", + "grunt-contrib-uglify": "0.11.1", + "grunt-contrib-watch": "0.6.1", "handlebars": "^2.0.0", "mocha": "2.4.5" }