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:
parent
81115cd089
commit
0013483d94
2 changed files with 1 additions and 2 deletions
|
@ -330,7 +330,6 @@ module.exports = function (grunt) {
|
||||||
ignore: [
|
ignore: [
|
||||||
'Attribute "autocomplete" not allowed on element "button" at this point.',
|
'Attribute "autocomplete" not allowed on element "button" at this point.',
|
||||||
'Attribute "autocomplete" not allowed on element "input" 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".'
|
'Element "img" is missing required attribute "src".'
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
@ -51,7 +51,7 @@
|
||||||
"grunt-contrib-watch": "~0.6.1",
|
"grunt-contrib-watch": "~0.6.1",
|
||||||
"grunt-csscomb": "~3.0.0",
|
"grunt-csscomb": "~3.0.0",
|
||||||
"grunt-exec": "~0.4.6",
|
"grunt-exec": "~0.4.6",
|
||||||
"grunt-html": "~2.0.0",
|
"grunt-html": "~3.0.0",
|
||||||
"grunt-jekyll": "~0.4.2",
|
"grunt-jekyll": "~0.4.2",
|
||||||
"grunt-jscs": "~1.5.0",
|
"grunt-jscs": "~1.5.0",
|
||||||
"grunt-saucelabs": "~8.5.0",
|
"grunt-saucelabs": "~8.5.0",
|
||||||
|
|
Loading…
Reference in a new issue