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 diff --git a/package.json b/package.json index 23ec769..e7b2b49 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": { @@ -14,14 +14,9 @@ "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" + "node": ">= 0.10.26" }, "scripts": { "test": "gulp test" @@ -29,14 +24,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",