Skip to content

Commit 28bd9a3

Browse files
committed
Fix incorrect type import
1 parent ab0af79 commit 28bd9a3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
import type {Node as MdastNode} from 'unist'
12
import type {
2-
Node as MdastNode,
33
Parent as MdastParent,
44
Literal as MdastLiteral,
55
BlockContent,

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"@types/estree-jsx": "^1.0.0",
4040
"@types/hast": "^2.0.0",
4141
"@types/mdast": "^3.0.0",
42+
"@types/unist": "^2.0.0",
4243
"ccount": "^2.0.0",
4344
"mdast-util-from-markdown": "^1.1.0",
4445
"mdast-util-to-markdown": "^1.3.0",

0 commit comments

Comments
 (0)