Skip to content

Commit 7f40c02

Browse files
committed
Merge pull request #5 from kazu69/update-packages
Update packages
2 parents abd268c + 38029b1 commit 7f40c02

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

Readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
gulp-htmlhint-inline
22
================
33

4+
[![Build Status](https://drone.io/github.com/kazu69/gulp-htmlhint-inline/status.png)](https://drone.io/github.com/kazu69/gulp-htmlhint-inline/latest)
5+
46
[![NPM](https://nodei.co/npm/gulp-htmlhint-inline.png)](https://nodei.co/npm/gulp-htmlhint-inline/)
57

68
## Usage

package.json

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gulp-htmlhint-inline",
33
"description": "Gulp plugin for linting inline html",
4-
"version": "0.0.4",
4+
"version": "0.0.5",
55
"homepage": "https://github.com/kazu69/gulp-htmlhint-inline",
66
"main": "index.js",
77
"author": {
@@ -14,29 +14,24 @@
1414
"bugs": {
1515
"url": "https://github.com/kazu69/gulp-htmlhint-inline/issues"
1616
},
17-
"licenses": [
18-
{
19-
"type": "MIT",
20-
"url": "https://github.com/kazu69/gulp-htmlhint-inline/blob/master/LICENSE"
21-
}
22-
],
17+
"licenses": "MIT",
2318
"engines": {
24-
"node": ">= 0.8.0"
19+
"node": ">= 0.10.26"
2520
},
2621
"scripts": {
2722
"test": "gulp test"
2823
},
2924
"dependencies": {
3025
"gulp-util": "^3.0.7",
3126
"htmlhint": "^0.9.12",
32-
"through2": "^2.0.0"
27+
"through2": "^2.0.1"
3328
},
3429
"devDependencies": {
35-
"gulp": "^3.8.11",
30+
"gulp": "^3.9.1",
3631
"gulp-jshint": "^2.0.0"
3732
},
3833
"peerDependencies": {
39-
"gulp": "^3.8.11"
34+
"gulp": "^3.9.1"
4035
},
4136
"keywords": [
4237
"gulpplugin",

0 commit comments

Comments
 (0)