File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 75
75
"type-coverage" : " ^2.0.0" ,
76
76
"typescript" : " ^4.0.0" ,
77
77
"unified" : " ^10.0.0" ,
78
- "xo" : " ^0.45 .0"
78
+ "xo" : " ^0.46 .0"
79
79
},
80
80
"scripts" : {
81
81
"build" : " rimraf \" dev/**/*.d.ts\" \" test/**/*.d.ts\" && tsc && type-coverage && micromark-build && esbuild . --bundle --minify | terser | gzip-size --raw" ,
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ This package exports the following identifier: `fromMarkdown`.
76
76
There is no default export.
77
77
78
78
The export map supports the endorsed
79
- [ ` development ` condition] ( https://nodejs.org/api/packages.html#packages \_ resolving \_ user \_ conditions ) .
79
+ [ ` development ` condition] ( https://nodejs.org/api/packages.html#packages_resolving_user_conditions ) .
80
80
Run ` node --conditions development module.js ` to get instrumented dev code.
81
81
Without this condition, production code is loaded.
82
82
You can’t perform that action at this time.
0 commit comments