Skip to content

Commit abd268c

Browse files
committed
Merge pull request #4 from kazu69/package_upgrade
bumpup version
2 parents 35974f5 + 0930df9 commit abd268c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gulp-htmlhint-inline",
33
"description": "Gulp plugin for linting inline html",
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"homepage": "https://github.com/kazu69/gulp-htmlhint-inline",
66
"main": "index.js",
77
"author": {
@@ -27,13 +27,13 @@
2727
"test": "gulp test"
2828
},
2929
"dependencies": {
30-
"gulp-util": "^3.0.4",
31-
"htmlhint": "^0.9.7",
32-
"through2": "^0.6.3"
30+
"gulp-util": "^3.0.7",
31+
"htmlhint": "^0.9.12",
32+
"through2": "^2.0.0"
3333
},
3434
"devDependencies": {
3535
"gulp": "^3.8.11",
36-
"gulp-jshint": "^1.9.2"
36+
"gulp-jshint": "^2.0.0"
3737
},
3838
"peerDependencies": {
3939
"gulp": "^3.8.11"

0 commit comments

Comments
 (0)