Skip to content

Commit

Permalink
fix: use correct peerDependencies for semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
hershmire authored and pvdlg committed Nov 21, 2019
1 parent 76b574b commit 8b47e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -78,7 +78,7 @@
"all": true
},
"peerDependencies": {
"semantic-release": ">=15.9.0 <17.0.0"
"semantic-release": ">=16.0.0-beta <17.0.0"
},
"prettier": {
"printWidth": 120,
Expand Down

0 comments on commit 8b47e7b

Please sign in to comment.