Skip to content

Commit 2b72f1d

Browse files
committed
Update peer dependency to typescript 4.0+
1 parent c5aa3c7 commit 2b72f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"typings": "dist/index.d.ts",
2323
"peerDependencies": {
24-
"typescript": "^2.5.2 || ^3.0"
24+
"typescript": "^2.5.2 || ^3.0 || ^4.0"
2525
},
2626
"devDependencies": {
2727
"@types/jest": "^25.2.1",

0 commit comments

Comments
 (0)