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 @@ -87,7 +87,7 @@ var silentlyIgnore
87
87
var globs
88
88
89
89
if ( cli . flags . stdin ) {
90
- if ( cli . input . length !== 0 ) {
90
+ if ( cli . input . length > 0 ) {
91
91
throw new Error ( 'Do not pass globs with `--stdin`' )
92
92
}
93
93
} else if ( cli . input . length === 0 ) {
Original file line number Diff line number Diff line change 82
82
"vfile-sort" : " ^2.0.0"
83
83
},
84
84
"devDependencies" : {
85
- "browserify" : " ^16 .0.0" ,
85
+ "browserify" : " ^17 .0.0" ,
86
86
"nyc" : " ^15.0.0" ,
87
87
"prettier" : " ^2.0.0" ,
88
- "remark-cli" : " ^8 .0.0" ,
89
- "remark-preset-wooorm" : " ^7 .0.0" ,
88
+ "remark-cli" : " ^9 .0.0" ,
89
+ "remark-preset-wooorm" : " ^8 .0.0" ,
90
90
"tape" : " ^5.0.0" ,
91
91
"tinyify" : " ^3.0.0" ,
92
92
"vfile-reporter-json" : " ^2.0.0" ,
93
- "xo" : " ^0.32 .0"
93
+ "xo" : " ^0.34 .0"
94
94
},
95
95
"scripts" : {
96
96
"format" : " remark . -qfo && prettier . --write && xo --fix" ,
Original file line number Diff line number Diff line change @@ -377,7 +377,7 @@ Yields:
377
377
378
378
Check [ MDX] [ ] (ignoring syntax).
379
379
380
- > Note: the syntax for [ MDX@2] [ mdx-next ] , while currently in beta, is used in
380
+ > Note: the syntax for [ MDX\ @ 2] [ mdx-next ] , while currently in beta, is used in
381
381
> alex.
382
382
383
383
###### Parameters
You can’t perform that action at this time.
0 commit comments