From e00ba1fb54d76716de54f0b9a87504c4ee739f3a Mon Sep 17 00:00:00 2001 From: samreid Date: Fri, 23 Sep 2016 11:34:15 -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 4d901ce..9e302b4 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/phetsims/area-model-multiplication.git" }, "devDependencies": { - "grunt": "~0.4.1", + "grunt": "~1.0.0", "grunt-eslint": "~17.2.0", "uglify-js": "~2.4.0", "requirejs": "~2.1.8"