Skip to content

Commit 826902a

Browse files
authored
fix: allow any version of markdown-it above 13 (#7)
1 parent 23d2d84 commit 826902a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"prepare": "simple-git-hooks"
5454
},
5555
"peerDependencies": {
56-
"markdown-it": "^14.0.0"
56+
"markdown-it": ">= 13.0.0"
5757
},
5858
"devDependencies": {
5959
"@antfu/eslint-config": "^2.6.1",

0 commit comments

Comments
 (0)