Skip to content

Commit

Permalink
Be stricter in peerDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Sep 7, 2021
1 parent e0d0360 commit 1f703e6
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 @@ -27,6 +27,6 @@
"ghat": "^0.14.0"
},
"peerDependencies": {
"typescript": ">=4.4.0"
"typescript": "~4.4.0"
}
}

0 comments on commit 1f703e6

Please sign in to comment.