From 447633be48bb1d877a3f3a2309c6424101fc8baa Mon Sep 17 00:00:00 2001 From: samreid Date: Fri, 23 Sep 2016 11:34:12 -0600 Subject: [PATCH] Updated to grunt ~1.0.0, see https://github.com/phetsims/chipper/issues/445 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 04a797a8..b9ad1731 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/phetsims/states-of-matter.git" }, "devDependencies": { - "grunt": "~0.4.1", + "grunt": "~1.0.0", "grunt-eslint": "~17.2.0", "uglify-js": "~2.4.0", "requirejs": "~2.1.8"