We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22d0caa commit 03d0c61Copy full SHA for 03d0c61
package.json
@@ -60,7 +60,7 @@
60
"tape": "^5.0.0",
61
"type-coverage": "^2.0.0",
62
"typescript": "^4.0.0",
63
- "unified": "^9.0.0",
+ "unified": "^10.0.0",
64
"unist-builder": "^3.0.0",
65
"xo": "^0.39.0"
66
},
test/index.js
@@ -12,7 +12,7 @@
12
import fs from 'fs'
13
import path from 'path'
14
import test from 'tape'
15
-import unified from 'unified'
+import {unified} from 'unified'
16
import remarkParse from 'remark-parse'
17
import remarkGfm from 'remark-gfm'
18
import remarkFootnotes from 'remark-footnotes'
0 commit comments