From 0013483d94f98694edc9863b8c42101ca39e38fb Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 10 Feb 2015 12:57:00 -0800 Subject: [PATCH] bump grunt-html to ~3.0.0 --- Gruntfile.js | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 761e7089b9..5539ee7eaa 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -330,7 +330,6 @@ module.exports = function (grunt) { ignore: [ 'Attribute "autocomplete" not allowed on element "button" at this point.', 'Attribute "autocomplete" not allowed on element "input" at this point.', - 'Bad value "X-UA-Compatible" for attribute "http-equiv" on element "meta".', 'Element "img" is missing required attribute "src".' ] }, diff --git a/package.json b/package.json index aeb935f7f3..db2ed2bc08 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "grunt-contrib-watch": "~0.6.1", "grunt-csscomb": "~3.0.0", "grunt-exec": "~0.4.6", - "grunt-html": "~2.0.0", + "grunt-html": "~3.0.0", "grunt-jekyll": "~0.4.2", "grunt-jscs": "~1.5.0", "grunt-saucelabs": "~8.5.0",