Skip to content

Commit

Permalink
Update peer dependency to typescript 4.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
Igorbek committed Apr 7, 2021
1 parent c5aa3c7 commit 2b72f1d
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 @@ -21,7 +21,7 @@
},
"typings": "dist/index.d.ts",
"peerDependencies": {
"typescript": "^2.5.2 || ^3.0"
"typescript": "^2.5.2 || ^3.0 || ^4.0"
},
"devDependencies": {
"@types/jest": "^25.2.1",
Expand Down

0 comments on commit 2b72f1d

Please sign in to comment.