File tree 2 files changed +8
-11
lines changed 2 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 1
1
gulp-htmlhint-inline
2
2
================
3
3
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
+
4
6
[ ![ NPM] ( https://nodei.co/npm/gulp-htmlhint-inline.png )] ( https://nodei.co/npm/gulp-htmlhint-inline/ )
5
7
6
8
## Usage
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gulp-htmlhint-inline" ,
3
3
"description" : " Gulp plugin for linting inline html" ,
4
- "version" : " 0.0.4 " ,
4
+ "version" : " 0.0.5 " ,
5
5
"homepage" : " https://github.com/kazu69/gulp-htmlhint-inline" ,
6
6
"main" : " index.js" ,
7
7
"author" : {
14
14
"bugs" : {
15
15
"url" : " https://github.com/kazu69/gulp-htmlhint-inline/issues"
16
16
},
17
- "licenses" : [
18
- {
19
- "type" : " MIT" ,
20
- "url" : " https://github.com/kazu69/gulp-htmlhint-inline/blob/master/LICENSE"
21
- }
22
- ],
17
+ "licenses" : " MIT" ,
23
18
"engines" : {
24
- "node" : " >= 0.8.0 "
19
+ "node" : " >= 0.10.26 "
25
20
},
26
21
"scripts" : {
27
22
"test" : " gulp test"
28
23
},
29
24
"dependencies" : {
30
25
"gulp-util" : " ^3.0.7" ,
31
26
"htmlhint" : " ^0.9.12" ,
32
- "through2" : " ^2.0.0 "
27
+ "through2" : " ^2.0.1 "
33
28
},
34
29
"devDependencies" : {
35
- "gulp" : " ^3.8.11 " ,
30
+ "gulp" : " ^3.9.1 " ,
36
31
"gulp-jshint" : " ^2.0.0"
37
32
},
38
33
"peerDependencies" : {
39
- "gulp" : " ^3.8.11 "
34
+ "gulp" : " ^3.9.1 "
40
35
},
41
36
"keywords" : [
42
37
" gulpplugin" ,
You can’t perform that action at this time.
0 commit comments