From 2a55465d02d1dc2c8ea47f2889ebf7e996db1e5c Mon Sep 17 00:00:00 2001 From: Myles Borins Date: Tue, 5 Apr 2016 00:28:19 -0700 Subject: [PATCH] deps: peg grunt to ~0.4 Dev deps cannot pass with grunt > 0.4 1.0 will fail without deps themselves updating. PEgging the grunt dep ensures that npm install will work without error fixes #3091 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e4e65302e..bfa2ac773 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "devDependencies": { "uglify-js": "latest", "es6-promise": "latest", - "grunt": "latest", + "grunt": "~0.4", "grunt-cli": "latest", "benchmark": "latest", "esperanto": "latest", -- 2.47.2