File tree Expand file tree Collapse file tree 2 files changed +8
-11
lines changed Expand file tree Collapse file tree 2 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 11gulp-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
Original file line number Diff line number Diff line change 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" : {
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" ,
You can’t perform that action at this time.
0 commit comments