File tree 3 files changed +12
-14
lines changed
3 files changed +12
-14
lines changed Original file line number Diff line number Diff line change 1
- node_js :
2
- - " 4"
3
- - " 5"
4
- - " 6"
5
- - " 7"
6
- sudo : false
7
1
language : node_js
2
+ node_js :
3
+ - " stable"
4
+ - " 12"
5
+ - " 10"
6
+ - " 8"
8
7
script : " npm run test"
9
- # after_success: "npm i -g codecov && npm run coverage && codecov"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ module.exports = inline
14
14
function inline ( css ) {
15
15
if ( Buffer . isBuffer ( css ) ) css = String ( css )
16
16
17
- assert . equal ( typeof css , 'string' , 'inline-critical-css: expected css to be type string' )
17
+ assert . strictEqual ( typeof css , 'string' , 'inline-critical-css: expected css to be type string' )
18
18
19
19
var decoder = new StringDecoder ( 'utf8' )
20
20
var src = ''
Original file line number Diff line number Diff line change 14
14
"extract-html-class" : " ^1.0.1" ,
15
15
"extract-html-id" : " ^1.0.0" ,
16
16
"extract-html-tag" : " ^1.0.1" ,
17
- "hstream" : " ^1 .0.0" ,
18
- "through2" : " ^2 .0.3 "
17
+ "hstream" : " ^2 .0.0" ,
18
+ "through2" : " ^3 .0.1 "
19
19
},
20
20
"devDependencies" : {
21
- "concat-stream" : " ^1.6 .0" ,
22
- "dependency-check" : " ^2.8.0 " ,
23
- "pump" : " ^1 .0.2 " ,
24
- "standard" : " ^10 .0.2 " ,
21
+ "concat-stream" : " ^2.0 .0" ,
22
+ "dependency-check" : " ^3.4.1 " ,
23
+ "pump" : " ^3 .0.0 " ,
24
+ "standard" : " ^14 .0.0 " ,
25
25
"tape" : " ^4.6.3"
26
26
},
27
27
"keywords" : [
You can’t perform that action at this time.
0 commit comments