We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35974f5 + 0930df9 commit abd268cCopy full SHA for abd268c
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "gulp-htmlhint-inline",
3
"description": "Gulp plugin for linting inline html",
4
- "version": "0.0.3",
+ "version": "0.0.4",
5
"homepage": "https://github.com/kazu69/gulp-htmlhint-inline",
6
"main": "index.js",
7
"author": {
@@ -27,13 +27,13 @@
27
"test": "gulp test"
28
},
29
"dependencies": {
30
- "gulp-util": "^3.0.4",
31
- "htmlhint": "^0.9.7",
32
- "through2": "^0.6.3"
+ "gulp-util": "^3.0.7",
+ "htmlhint": "^0.9.12",
+ "through2": "^2.0.0"
33
34
"devDependencies": {
35
"gulp": "^3.8.11",
36
- "gulp-jshint": "^1.9.2"
+ "gulp-jshint": "^2.0.0"
37
38
"peerDependencies": {
39
"gulp": "^3.8.11"
0 commit comments