We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3bce865 + 834ff40 commit dcb3e73Copy full SHA for dcb3e73
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "grunt-htmlhint-inline",
3
"description": "Grunt plugin for linting inline html",
4
- "version": "0.1.3",
+ "version": "0.1.4",
5
"homepage": "https://github.com/kazu69/grunt-htmlhint-inline",
6
"main": "tasks/htmlhint-inline.js",
7
"author": {
@@ -27,12 +27,12 @@
27
"test": "grunt test"
28
},
29
"dependencies": {
30
- "htmlhint": "^0.9.6",
31
- "tempfile": "^1.1.0"
+ "htmlhint": "^0.9.12",
+ "tempfile": "^1.1.1"
32
33
"devDependencies": {
34
"grunt": "^0.4.5",
35
- "grunt-contrib-jshint": "^0.11.0"
+ "grunt-contrib-jshint": "^0.11.3"
36
37
"peerDependencies": {
38
"grunt": "~0.4.5"
0 commit comments