Skip to content

Commit

Permalink
Consistency in peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriangalliat committed Sep 15, 2021
1 parent 44a956e commit e56e915
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@
"standard": "^14.3.1"
},
"peerDependencies": {
"markdown-it": "*"
},
"dependencies": {
"@types/markdown-it": "^12.2.1"
"markdown-it": "*",
"@types/markdown-it": "*"
}
}

0 comments on commit e56e915

Please sign in to comment.