From f281ce9e6c99cc28dbbcf38b7d32bccd14b91b76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scott=20Gonz=C3=A1lez?= Date: Thu, 21 Mar 2013 12:34:28 -0400 Subject: [PATCH] Upgrade to grunt 0.4.1. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 93c45a9fc6..f348f88cda 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ ], "dependencies": {}, "devDependencies": { - "grunt": "0.4.0", + "grunt": "0.4.1", "grunt-contrib-jshint": "0.1.1", "grunt-contrib-uglify": "0.1.1", "grunt-contrib-concat": "0.1.3",