diff --git a/package.json b/package.json index e20ed47..23ec769 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gulp-htmlhint-inline", "description": "Gulp plugin for linting inline html", - "version": "0.0.3", + "version": "0.0.4", "homepage": "https://github.com/kazu69/gulp-htmlhint-inline", "main": "index.js", "author": { @@ -27,13 +27,13 @@ "test": "gulp test" }, "dependencies": { - "gulp-util": "^3.0.4", - "htmlhint": "^0.9.7", - "through2": "^0.6.3" + "gulp-util": "^3.0.7", + "htmlhint": "^0.9.12", + "through2": "^2.0.0" }, "devDependencies": { "gulp": "^3.8.11", - "gulp-jshint": "^1.9.2" + "gulp-jshint": "^2.0.0" }, "peerDependencies": { "gulp": "^3.8.11"