Skip to content

Commit ee0ab9e

Browse files
authored
refactor: Drop support for TS versions < 5.1 (#4788)
1 parent cca1a86 commit ee0ab9e

File tree

2 files changed

+0
-403
lines changed

2 files changed

+0
-403
lines changed

package.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,8 @@
88
"module": "dist/preact.mjs",
99
"umd:main": "dist/preact.umd.js",
1010
"source": "src/index.js",
11-
"typesVersions": {
12-
"<=5.0": {
13-
".": ["./src/index-5.d.ts"]
14-
}
15-
},
1611
"exports": {
1712
".": {
18-
"types@<=5.0": {
19-
"types": "./src/index-5.d.ts"
20-
},
2113
"types": "./src/index.d.ts",
2214
"module": "./dist/preact.mjs",
2315
"umd": "./dist/preact.umd.js",

0 commit comments

Comments
 (0)