Skip to content

Commit 69cba87

Browse files
committed
Really fix versioned types lookups
1 parent 335862e commit 69cba87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/query/react/versionedTypes/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"typesVersions": {
33
">=4.1": {
4-
"index.d.ts": [
4+
"index": [
55
"./ts41Types.d.ts"
66
]
77
},
88
"<4.1": {
9-
"index.d.ts": [
9+
"index": [
1010
"./ts40Types.d.ts"
1111
]
1212
}

0 commit comments

Comments
 (0)