From b9b4cb5846c4877d2335f1f8aa8a443bc4dafd3e Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Mon, 12 Oct 2015 14:13:48 -0400 Subject: [PATCH] build: Upgrade grunt-banana-checker from v0.3.0 to v0.4.0 Take opportunity to drop no-longer-needed options. Change-Id: I11250c12d2123d4729e12cd0dce07b24fc5008e5 --- Gruntfile.js | 4 +--- package.json | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) 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", -- 2.20.1