From b0f69b2dc4f81c9d464ae597bc4584c5ca78772c Mon Sep 17 00:00:00 2001 From: Paladox Date: Thu, 22 Oct 2015 00:55:15 +0100 Subject: [PATCH] Update grunt-banana-checker to 0.4.0 Difference between 0.2.2 and 0.4.0 0.4.0 * Make disallowUnusedTranslations default to false (Ed Sanders) * Make disallowDuplicateTranslations default to false (Ed Sanders) * build: Remove use of global grunt-cli (Timo Tijhof) * build: Add Node.js v0.12 and v4.0 (Timo Tijhof) * tests: Migrate Travis to container-based infrastructure (James D. * Forrester) * readme: Add line break between images and h1 (Timo Tijhof) 0.3.0 * Fail if the target directory doesn't exist (James D. Forrester) * Allow individual checks to be disabled in config (James D. Forrester) * Be able to require complete translations, or specific messages in all * translations (James D. Forrester) * build: Bump grunt-jscs to latest version (James D. Forrester) * Enforce disallowBlankTranslations, disallowDuplicateTranslations and * disallowUnusedTranslations (James D. Forrester) Change-Id: I68c5c747d2f92fdedd7e4450f618f577f493fb4a --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7c52492..c0565ce 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "grunt": "0.4.5", "grunt-cli": "0.1.13", "grunt-contrib-jshint": "0.11.3", - "grunt-banana-checker": "0.2.2", + "grunt-banana-checker": "0.4.0", "grunt-jscs": "2.1.0", "grunt-jsonlint": "1.0.5" }