Skip to content

Commit 8ccfc93

Browse files
authored
fix: add package.json exports (#597)
1 parent 76a0bac commit 8ccfc93

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

packages/plugins/tanstack-query/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
".": {
99
"default": "./index.js"
1010
},
11+
"./package.json": {
12+
"default": "./package.json"
13+
},
1114
"./runtime/react": {
1215
"import": "./runtime/react.mjs",
1316
"require": "./runtime/react.js",

packages/runtime/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
".": {
2222
"default": "./index.js"
2323
},
24+
"./package.json": {
25+
"default": "./package.json"
26+
},
2427
"./zod": {
2528
"default": "./zod/index.js"
2629
},

0 commit comments

Comments
 (0)