Skip to content

Commit

Permalink
Really fix versioned types lookups
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Apr 24, 2021
1 parent 335862e commit 69cba87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/query/react/versionedTypes/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"typesVersions": {
">=4.1": {
"index.d.ts": [
"index": [
"./ts41Types.d.ts"
]
},
"<4.1": {
"index.d.ts": [
"index": [
"./ts40Types.d.ts"
]
}
Expand Down

0 comments on commit 69cba87

Please sign in to comment.