From a69dcae3ab575de29952853a882dce8c0828ce4b Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Wed, 29 Apr 2015 08:58:24 -0700 Subject: [PATCH] build: Bump various devDependencies grunt-contrib-jshint: 0.11.0 -> 0.11.2 grunt-jscs: 1.5.0 -> 1.8.0 Bug: T90816 Change-Id: I294bd46b2ce48b3839c4e6b200db08e935933379 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index be77642a9f..c54c2608f6 100644 --- a/package.json +++ b/package.json @@ -14,8 +14,8 @@ "grunt-banana-checker": "0.2.1", "grunt-contrib-copy": "0.8.0", "grunt-contrib-csslint": "0.4.0", - "grunt-contrib-jshint": "0.11.0", + "grunt-contrib-jshint": "0.11.2", "grunt-contrib-watch": "0.6.1", - "grunt-jscs": "1.5.0" + "grunt-jscs": "1.8.0" } }