File tree 2 files changed +6
-6
lines changed 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) {
62
62
return wrap ( assertLiteral ) ( node , parent )
63
63
}
64
64
65
- export { _void , wrap }
66
-
67
65
// Construct.
68
66
const mdast = zwitch ( 'type' , {
69
67
// Core interface.
@@ -440,3 +438,5 @@ function indexable(value) {
440
438
throw new Error ( 'Expected object' )
441
439
}
442
440
}
441
+
442
+ export { _void , wrap } from 'unist-util-assert'
Original file line number Diff line number Diff line change 41
41
"@types/tape" : " ^4.0.0" ,
42
42
"c8" : " ^7.0.0" ,
43
43
"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" ,
46
46
"rimraf" : " ^3.0.0" ,
47
47
"tape" : " ^5.0.0" ,
48
- "tsd" : " ^0.17 .0" ,
48
+ "tsd" : " ^0.20 .0" ,
49
49
"type-coverage" : " ^2.0.0" ,
50
50
"typescript" : " ^4.0.0" ,
51
- "xo" : " ^0.42 .0"
51
+ "xo" : " ^0.49 .0"
52
52
},
53
53
"scripts" : {
54
54
"prepack" : " npm run build && npm run format" ,
You can’t perform that action at this time.
0 commit comments