Skip to content

Commit f28ddf7

Browse files
committed
Update dev-dependencies
1 parent 135288e commit f28ddf7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

lib/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import {own} from './util/own.js'
2121

2222
export {one} from './one.js'
2323
export {all} from './all.js'
24-
export {handlers as defaultHandlers}
2524

2625
const block = convert(['heading', 'paragraph', 'root'])
2726

@@ -174,3 +173,5 @@ export function toMdast(tree, options = {}) {
174173
}
175174
}
176175
}
176+
177+
export {handlers as defaultHandlers} from './handlers/index.js'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"unified": "^10.0.0",
7272
"unist-builder": "^3.0.0",
7373
"unist-util-remove-position": "^4.0.0",
74-
"xo": "^0.45.0"
74+
"xo": "^0.47.0"
7575
},
7676
"scripts": {
7777
"prepack": "npm run build && npm run format",

0 commit comments

Comments
 (0)