Skip to content

Commit

Permalink
bumpup version
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu69 committed Dec 31, 2015
1 parent 35974f5 commit 0930df9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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"
Expand Down

0 comments on commit 0930df9

Please sign in to comment.