From 51a12c17c4a5d0a014a0775ca57622dbcc66372d Mon Sep 17 00:00:00 2001 From: kazu69 Date: Sat, 5 Mar 2016 17:31:54 +0900 Subject: [PATCH 1/5] update packages --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 23ec769..e1f0134 100644 --- a/package.json +++ b/package.json @@ -29,14 +29,14 @@ "dependencies": { "gulp-util": "^3.0.7", "htmlhint": "^0.9.12", - "through2": "^2.0.0" + "through2": "^2.0.1" }, "devDependencies": { - "gulp": "^3.8.11", + "gulp": "^3.9.1", "gulp-jshint": "^2.0.0" }, "peerDependencies": { - "gulp": "^3.8.11" + "gulp": "^3.9.1" }, "keywords": [ "gulpplugin", From ea32b4fd1d05bfec22d7a80966428eafe08982ac Mon Sep 17 00:00:00 2001 From: kazu69 Date: Sat, 5 Mar 2016 17:32:11 +0900 Subject: [PATCH 2/5] fixed license fields --- package.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/package.json b/package.json index e1f0134..39fdcd7 100644 --- a/package.json +++ b/package.json @@ -14,12 +14,7 @@ "bugs": { "url": "https://github.com/kazu69/gulp-htmlhint-inline/issues" }, - "licenses": [ - { - "type": "MIT", - "url": "https://github.com/kazu69/gulp-htmlhint-inline/blob/master/LICENSE" - } - ], + "licenses": "MIT", "engines": { "node": ">= 0.8.0" }, From 61b63603b2c177d77fc807dbe9b0ddd5ca3bf75b Mon Sep 17 00:00:00 2001 From: kazu69 Date: Sat, 5 Mar 2016 17:32:39 +0900 Subject: [PATCH 3/5] bump up version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 39fdcd7..cddc73a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gulp-htmlhint-inline", "description": "Gulp plugin for linting inline html", - "version": "0.0.4", + "version": "0.0.5", "homepage": "https://github.com/kazu69/gulp-htmlhint-inline", "main": "index.js", "author": { From b98ca185d8973e764b66cf7d3e8de1678439f0cf Mon Sep 17 00:00:00 2001 From: kazu69 Date: Sat, 5 Mar 2016 17:38:34 +0900 Subject: [PATCH 4/5] engine v0.10.26 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cddc73a..e7b2b49 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "licenses": "MIT", "engines": { - "node": ">= 0.8.0" + "node": ">= 0.10.26" }, "scripts": { "test": "gulp test" From 38029b1bcfa2d2ef7696b47cfa0f79d2fcf79a81 Mon Sep 17 00:00:00 2001 From: kazu69 Date: Sat, 5 Mar 2016 17:48:55 +0900 Subject: [PATCH 5/5] add status badge --- Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Readme.md b/Readme.md index 01cc5e0..d53d446 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,8 @@ gulp-htmlhint-inline ================ +[![Build Status](https://drone.io/github.com/kazu69/gulp-htmlhint-inline/status.png)](https://drone.io/github.com/kazu69/gulp-htmlhint-inline/latest) + [![NPM](https://nodei.co/npm/gulp-htmlhint-inline.png)](https://nodei.co/npm/gulp-htmlhint-inline/) ## Usage