Skip to content

Commit d5c9582

Browse files
committed
Update dev-dependencies
1 parent f22d7af commit d5c9582

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

index.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
* @typedef {import('./lib/index.js').Processor} Processor
44
*/
55

6-
import remarkRehype from './lib/index.js'
7-
86
export {defaultHandlers, all, one} from 'mdast-util-to-hast'
97

10-
export default remarkRehype
8+
export {default} from './lib/index.js'

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"tape": "^5.0.0",
5555
"type-coverage": "^2.0.0",
5656
"typescript": "^4.0.0",
57-
"xo": "^0.46.0"
57+
"xo": "^0.47.0"
5858
},
5959
"scripts": {
6060
"build": "rimraf \"lib/**/*.d.ts\" \"*.d.ts\" && tsc && type-coverage",

0 commit comments

Comments
 (0)