Skip to content

Commit d2e9e6c

Browse files
committed
Grunt: Update grunt-html to 0.1.1, renamed task to htmllint
1 parent 3cb9ab7 commit d2e9e6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

grunt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ grunt.initConfig({
140140
},
141141
min: minify,
142142
cssmin: minifyCSS,
143-
html: {
143+
htmllint: {
144144
all: ["demos/**/*.html", "tests/**/*.html"]
145145
},
146146
copy: {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"grunt": "0.3.9",
3030
"grunt-css": "0.1.1",
3131
"grunt-compare-size": "0.1.1",
32-
"grunt-html": "0.1.x",
32+
"grunt-html": "0.1.1",
3333
"request": "2.9.153",
3434
"rimraf": "2.0.1"
3535
},

0 commit comments

Comments
 (0)