Skip to content

Commit

Permalink
Merge pull request #4 from kazu69/package_upgrade
Browse files Browse the repository at this point in the history
bumpup version
  • Loading branch information
kazu69 committed Dec 31, 2015
2 parents 3bce865 + 834ff40 commit dcb3e73
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-htmlhint-inline",
"description": "Grunt plugin for linting inline html",
"version": "0.1.3",
"version": "0.1.4",
"homepage": "https://github.com/kazu69/grunt-htmlhint-inline",
"main": "tasks/htmlhint-inline.js",
"author": {
Expand All @@ -27,12 +27,12 @@
"test": "grunt test"
},
"dependencies": {
"htmlhint": "^0.9.6",
"tempfile": "^1.1.0"
"htmlhint": "^0.9.12",
"tempfile": "^1.1.1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.0"
"grunt-contrib-jshint": "^0.11.3"
},
"peerDependencies": {
"grunt": "~0.4.5"
Expand Down

0 comments on commit dcb3e73

Please sign in to comment.