Add remark ofm as a proper dependency

This commit is contained in:
Peaceultime 2024-07-25 22:18:41 +02:00
parent 09eb05cf8d
commit b2891187c6
1 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@
}, },
"dependencies": { "dependencies": {
"hast-util-to-html": "^9.0.1", "hast-util-to-html": "^9.0.1",
"remark-breaks": "^4.0.0" "remark-breaks": "^4.0.0",
"remark-ofm": "link:remark-ofm"
} }
} }