Skip to content

Commit

Permalink
fix: add semantic-release as peerDependency
Browse files Browse the repository at this point in the history
Add semantic-release as peerDependency so yarn v3 does not complain
  • Loading branch information
neferin12 authored and amanda-mitchell committed May 5, 2022
1 parent 58515b4 commit 87f90ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,8 @@
"dependencies": {
"@semantic-release/npm": "^9.0.0",
"require-reload": "^0.2.2"
},
"peerDependencies": {
"semantic-release": "^19.x"
}
}

0 comments on commit 87f90ea

Please sign in to comment.