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 b5996a7 commit 4ff652f
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 @@ -74,7 +74,7 @@
"all": true
},
"peerDependencies": {
"semantic-release": ">=15.8.0 <16.0.0"
"semantic-release": ">=16.0.0-beta <17.0.0"
},
"prettier": {
"printWidth": 120,
Expand Down

0 comments on commit 4ff652f

Please sign in to comment.