Skip to content

Commit b166fdd

Browse files
committed
Up to new grunt version v1.0.1
1 parent ab916f3 commit b166fdd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-htmlhint",
33
"description": "Validate html files with htmlhint.",
4-
"version": "0.9.12-fix",
4+
"version": "0.9.13",
55
"homepage": "https://github.com/yaniswang/grunt-htmlhint",
66
"author": {
77
"name": "Yanis Wang",
@@ -30,8 +30,8 @@
3030
},
3131
"devDependencies": {
3232
"grunt-contrib-jshint": "~0.1.1",
33-
"grunt": "~0.4.1",
34-
"grunt-cli": "0.1.6"
33+
"grunt": "1.0.1",
34+
"grunt-cli": "1.2.0"
3535
},
3636
"peerDependencies": {
3737
"grunt": ">=0.4.0"
@@ -40,6 +40,6 @@
4040
"gruntplugin"
4141
],
4242
"dependencies": {
43-
"htmlhint": "~0.9.12"
43+
"htmlhint": "~0.9.13"
4444
}
4545
}

0 commit comments

Comments
 (0)