File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
'use strict' ;
2
- module . exports = require ( './lib/index.js ' ) ;
2
+ module . exports = require ( './lib' ) ;
Original file line number Diff line number Diff line change 31
31
},
32
32
"devDependencies" : {
33
33
"bail" : " ^1.0.0" ,
34
- "execa" : " ^0.8 .0" ,
34
+ "execa" : " ^0.10 .0" ,
35
35
"nyc" : " ^11.0.0" ,
36
- "remark-cli" : " ^4 .0.0" ,
37
- "remark-preset-wooorm" : " ^3 .0.0" ,
36
+ "remark-cli" : " ^5 .0.0" ,
37
+ "remark-preset-wooorm" : " ^4 .0.0" ,
38
38
"strip-ansi" : " ^4.0.0" ,
39
39
"tape" : " ^4.4.0" ,
40
40
"touch" : " ^3.0.0" ,
41
41
"unified" : " ^6.0.0" ,
42
42
"vfile-reporter-json" : " ^1.0.1" ,
43
- "xo" : " ^0.18 .0" ,
43
+ "xo" : " ^0.21 .0" ,
44
44
"xtend" : " ^4.0.1"
45
45
},
46
46
"scripts" : {
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ test('unified-args', function (t) {
202
202
execa . stderr ( bin , [ '--color' , 'one.txt' ] ) . then ( function ( result ) {
203
203
st . equal (
204
204
result ,
205
- '\x1b [4m\x1b [32mone.txt\x1b [39m\x1b [24m: no issues found' ,
205
+ '\u001B [4m\u001B [32mone.txt\u001B [39m\u001B [24m: no issues found' ,
206
206
'should report'
207
207
) ;
208
208
} ) ;
You can’t perform that action at this time.
0 commit comments