From 3d9f4e252f1c6ce9c887d372727a35f750ff7ff9 Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 19 Oct 2013 01:17:43 +0200 Subject: [PATCH] Fix problem with node v0.10.18 and grunt-contrib --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 98ced79a8d560..1f164b9f03d16 100755 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "grunt": "~0.4.0", "grunt-s3": "~0.2.0-alpha.2", "grunt-ngmin": "0.0.3", - "grunt-contrib": "~0.7.0", + "grunt-contrib": "~0.8.0", "grunt-contrib-less": "~0.7.0", "grunt-contrib-copy": "~0.4.1", "grunt-git-describe": "~2.3.2",