From b1b8f403b0225acb225622340a9e71f614fe108b Mon Sep 17 00:00:00 2001 From: kazu69 Date: Sat, 5 Mar 2016 11:44:14 +0900 Subject: [PATCH 1/4] update packages --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5db85c5..8e0a6bf 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ }, "devDependencies": { "grunt": "^0.4.5", - "grunt-contrib-jshint": "^0.11.3" + "grunt-contrib-jshint": "^1.0.0" }, "peerDependencies": { "grunt": ">=0.4.0" From 26f4bbcafcc78b7f81d3173ddfefcd15a4664dc6 Mon Sep 17 00:00:00 2001 From: kazu69 Date: Sat, 5 Mar 2016 11:45:04 +0900 Subject: [PATCH 2/4] bump up version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8e0a6bf..58e7414 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": { From c8583f91cd414b9e286d511e7c1164a5e4798c2b Mon Sep 17 00:00:00 2001 From: kazu69 Date: Sat, 5 Mar 2016 12:21:16 +0900 Subject: [PATCH 3/4] fixed correct license field --- package.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 58e7414..9032a02 100644 --- a/package.json +++ b/package.json @@ -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" }, @@ -36,7 +31,7 @@ }, "peerDependencies": { "grunt": ">=0.4.0" - }, + }, "keywords": [ "gruntplugin", "lint", From 3eb5b5b1ec3d27e584b9d522b44ea367b731abe6 Mon Sep 17 00:00:00 2001 From: kazu69 Date: Sat, 5 Mar 2016 12:25:40 +0900 Subject: [PATCH 4/4] tiny fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9032a02..08293a3 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ }, "peerDependencies": { "grunt": ">=0.4.0" - }, + }, "keywords": [ "gruntplugin", "lint",