Skip to content

Commit

Permalink
Fix version qualifier in peer dependencies (fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukiffer committed Feb 24, 2020
1 parent 18c39e4 commit 4be5a00
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 @@
"semantic-release": "~16.0.1"
},
"peerDependencies": {
"typescript": ">3.7.5"
"typescript": ">=3.7.5"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 4be5a00

Please sign in to comment.