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

Update grunt-html.

[skip sauce]
This commit is contained in:
XhmikosR 2016-03-24 09:36:41 +02:00
parent 29552226bb
commit da6674a2b7
2 changed files with 7 additions and 7 deletions

View file

@ -1330,14 +1330,14 @@
"resolved": "https://registry.npmjs.org/grunt-exec/-/grunt-exec-0.4.6.tgz" "resolved": "https://registry.npmjs.org/grunt-exec/-/grunt-exec-0.4.6.tgz"
}, },
"grunt-html": { "grunt-html": {
"version": "6.0.0", "version": "7.0.0",
"from": "grunt-html@>=6.0.0 <7.0.0", "from": "grunt-html@>=7.0.0 <8.0.0",
"resolved": "https://registry.npmjs.org/grunt-html/-/grunt-html-6.0.0.tgz", "resolved": "https://registry.npmjs.org/grunt-html/-/grunt-html-7.0.0.tgz",
"dependencies": { "dependencies": {
"async": { "async": {
"version": "1.5.1", "version": "1.5.2",
"from": "async@1.5.1", "from": "async@1.5.2",
"resolved": "https://registry.npmjs.org/async/-/async-1.5.1.tgz" "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz"
} }
} }
}, },

View file

@ -51,7 +51,7 @@
"grunt-contrib-watch": "^1.0.0", "grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^17.1.0", "grunt-eslint": "^17.1.0",
"grunt-exec": "^0.4.6", "grunt-exec": "^0.4.6",
"grunt-html": "^6.0.0", "grunt-html": "^7.0.0",
"grunt-jekyll": "^0.4.2", "grunt-jekyll": "^0.4.2",
"grunt-jscs": "^2.8.0", "grunt-jscs": "^2.8.0",
"grunt-line-remover": "0.0.2", "grunt-line-remover": "0.0.2",