From ab6771e0975dc394997b86af0b9e9f4f4a1eedb5 Mon Sep 17 00:00:00 2001 From: Kyle Robinson Young Date: Fri, 24 Jun 2016 20:12:16 -0700 Subject: [PATCH] Drop back to grunt@0.4.5 until the bad test helper can be sorted --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b24c511..b704e71 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "tiny-lr": "^0.2.1" }, "devDependencies": { - "grunt": "^1.0.1", + "grunt": "^0.4.5", "grunt-contrib-internal": "^1.2.0", "grunt-contrib-jshint": "^1.0.0", "grunt-contrib-nodeunit": "^1.0.0",