Skip to content

Commit

Permalink
fix: incorrect peer dep syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
pmowrer committed Feb 24, 2018
1 parent 788c819 commit 39e3e72
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 @@ -13,7 +13,7 @@
"bin": "./bin/semantic-release-github-pr.js",
"license": "MIT",
"peerDependencies": {
"semantic-release": "^13.4.1 - ^15.0.0"
"semantic-release": "13.4.1 - 15.x.x"
},
"dependencies": {
"execa": "^0.8.0",
Expand Down

0 comments on commit 39e3e72

Please sign in to comment.