File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -62,8 +62,6 @@ export function literal(node, parent) {
6262 return wrap ( assertLiteral ) ( node , parent )
6363}
6464
65- export { _void , wrap }
66-
6765// Construct.
6866const mdast = zwitch ( 'type' , {
6967 // Core interface.
@@ -440,3 +438,5 @@ function indexable(value) {
440438 throw new Error ( 'Expected object' )
441439 }
442440}
441+
442+ export { _void , wrap } from 'unist-util-assert'
Original file line number Diff line number Diff line change 4141 "@types/tape" : " ^4.0.0" ,
4242 "c8" : " ^7.0.0" ,
4343 "prettier" : " ^2.0.0" ,
44- "remark-cli" : " ^9 .0.0" ,
45- "remark-preset-wooorm" : " ^8 .0.0" ,
44+ "remark-cli" : " ^10 .0.0" ,
45+ "remark-preset-wooorm" : " ^9 .0.0" ,
4646 "rimraf" : " ^3.0.0" ,
4747 "tape" : " ^5.0.0" ,
48- "tsd" : " ^0.17 .0" ,
48+ "tsd" : " ^0.20 .0" ,
4949 "type-coverage" : " ^2.0.0" ,
5050 "typescript" : " ^4.0.0" ,
51- "xo" : " ^0.42 .0"
51+ "xo" : " ^0.49 .0"
5252 },
5353 "scripts" : {
5454 "prepack" : " npm run build && npm run format" ,
You can’t perform that action at this time.
0 commit comments