diff --git a/package.json b/package.json index 5db85c5..08293a3 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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" }, @@ -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"