Skip to content

Commit

Permalink
fixed correct license field
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu69 committed Mar 5, 2016
1 parent 26f4bbc commit c8583f9
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 @@ -36,7 +31,7 @@
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
},
"keywords": [
"gruntplugin",
"lint",
Expand Down

0 comments on commit c8583f9

Please sign in to comment.