From: James D. Forrester Date: Mon, 12 Oct 2015 18:13:48 +0000 (-0400) Subject: build: Upgrade grunt-banana-checker from v0.3.0 to v0.4.0 X-Git-Tag: 1.31.0-rc.0~9426^2 X-Git-Url: https://git.cyclocoop.org/%27.%24link.%27?a=commitdiff_plain;h=b9b4cb5846c4877d2335f1f8aa8a443bc4dafd3e;p=lhc%2Fweb%2Fwiklou.git build: Upgrade grunt-banana-checker from v0.3.0 to v0.4.0 Take opportunity to drop no-longer-needed options. Change-Id: I11250c12d2123d4729e12cd0dce07b24fc5008e5 --- diff --git a/Gruntfile.js b/Gruntfile.js index 8dbeb6bfc0..946b6522f4 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -33,9 +33,7 @@ module.exports = function ( grunt ) { }, banana: { options: { - disallowBlankTranslations: false, - disallowDuplicateTranslations: false, - disallowUnusedTranslations: false + disallowBlankTranslations: false }, core: 'languages/i18n/', api: 'includes/api/i18n/', diff --git a/package.json b/package.json index d48a5e0afc..3ae7b78228 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,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-copy": "0.8.1", "grunt-contrib-jshint": "0.11.3", "grunt-contrib-watch": "0.6.1",