Skip to content

Commit

Permalink
Fixed plugins README on peerDependencies property (#980)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoboeing committed Feb 28, 2023
1 parent 2a8271f commit 7784c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/plugins.md
Expand Up @@ -91,7 +91,7 @@ plugin tests). Here's an example `package.json`:
"version": "1.0.0",
"description": "My release-it plugin",
"main": "index.js",
"peerDpendencies": {
"peerDependencies": {
"release-it": "^14.2.0"
},
"devDependencies": {
Expand Down

0 comments on commit 7784c97

Please sign in to comment.