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
skovy authored and pvdlg committed Dec 10, 2019
1 parent 8349d07 commit fda4ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -59,7 +59,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 fda4ecf

Please sign in to comment.