1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

bump grunt-html to ~3.0.0

This commit is contained in:
Chris Rebert 2015-02-10 12:57:00 -08:00
parent 81115cd089
commit 0013483d94
2 changed files with 1 additions and 2 deletions

View file

@ -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".'
]
},

View file

@ -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",