Skip to content

Commit

Permalink
Merge pull request #6 from kazu69/update-packages
Browse files Browse the repository at this point in the history
Update packages
  • Loading branch information
kazu69 committed Mar 5, 2016
2 parents 75630ef + 3eb5b5b commit 8a7a231
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 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.4",
"version": "0.1.5",
"homepage": "https://github.com/kazu69/grunt-htmlhint-inline",
"main": "tasks/htmlhint-inline.js",
"author": {
Expand All @@ -14,12 +14,7 @@
"bugs": {
"url": "https://github.com/kazu69/grunt-htmlhint-inline/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/kazu69/grunt-htmlhint-inline/blob/master/LICENSE"
}
],
"license": "MIT",
"engines": {
"node": ">= 0.8.0"
},
Expand All @@ -32,7 +27,7 @@
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.3"
"grunt-contrib-jshint": "^1.0.0"
},
"peerDependencies": {
"grunt": ">=0.4.0"
Expand Down

0 comments on commit 8a7a231

Please sign in to comment.