From 7c5aa419fedbdb262511fb313fae2d861bf718cb Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Sun, 11 Oct 2015 12:00:50 -0400 Subject: [PATCH] build: Updating development dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * grunt-banana-checker: 0.3.0 → 0.4.0 Change-Id: Id8397a87cadc21cb708b949bfdc212471e7f2276 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c5ff6fdf..80bbb04b 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "devDependencies": { "grunt": "0.4.5", "grunt-cli": "0.1.13", - "grunt-banana-checker": "0.3.0", + "grunt-banana-checker": "0.4.0", "grunt-contrib-csslint": "0.5.0", "grunt-contrib-jshint": "0.11.3", "grunt-contrib-watch": "0.6.1",