Skip to content

Commit

Permalink
specifies peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kruschid committed Feb 3, 2024
1 parent 60de3eb commit 5395f03
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@
"dependencies": {
"ts-toolbelt": "^9.6.0"
},
"peerDependencies": {
"typescript": ">=4.5.0"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"files": [
"build",
"src",
Expand Down

0 comments on commit 5395f03

Please sign in to comment.