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 f072008 commit d36ee06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -56,7 +56,7 @@
"all": true
},
"peerDependencies": {
"semantic-release": ">=15.8.0 <16.0.0"
"semantic-release": ">=15.8.0 <16.0.0 || >=16.0.0-beta <17.0.0"
},
"prettier": {
"printWidth": 120,
Expand Down

0 comments on commit d36ee06

Please sign in to comment.