Skip to content

Commit

Permalink
fix: allow marked v5 as a peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech authored May 3, 2023
1 parent 1945628 commit cff432c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"homepage": "https://github.com/markedjs/marked-xhtml#readme",
"peerDependencies": {
"marked": "^4.3.0"
"marked": "^4 || ^5"
},
"devDependencies": {
"@babel/core": "^7.21.5",
Expand Down

0 comments on commit cff432c

Please sign in to comment.