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"
},
"grunt-html": {
"version": "6.0.0",
"from": "grunt-html@>=6.0.0 <7.0.0",
"resolved": "https://registry.npmjs.org/grunt-html/-/grunt-html-6.0.0.tgz",
"version": "7.0.0",
"from": "grunt-html@>=7.0.0 <8.0.0",
"resolved": "https://registry.npmjs.org/grunt-html/-/grunt-html-7.0.0.tgz",
"dependencies": {
"async": {
"version": "1.5.1",
"from": "async@1.5.1",
"resolved": "https://registry.npmjs.org/async/-/async-1.5.1.tgz"
"version": "1.5.2",
"from": "async@1.5.2",
"resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz"
}
}
},

View File

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