Skip to content

Commit

Permalink
fix: restore package.json exports[C
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianOsipiuk committed Jul 21, 2022
1 parent 812bdc6 commit 463cabc
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion packages/query-async-storage-persister/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
".": {
"import": "./build/esm/index.js",
"default": "./build/cjs/index.js"
}
},
"./package.json": "./package.json"
},
"files": [
"build/*",
Expand Down
3 changes: 2 additions & 1 deletion packages/query-broadcast-client-experimental/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
".": {
"import": "./build/esm/index.js",
"default": "./build/cjs/packages/query-broadcast-client-experimental/src/index.js"
}
},
"./package.json": "./package.json"
},
"files": [
"build/*",
Expand Down
3 changes: 2 additions & 1 deletion packages/query-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
".": {
"import": "./build/esm/index.js",
"default": "./build/cjs/index.js"
}
},
"./package.json": "./package.json"
},
"files": [
"build/*",
Expand Down
3 changes: 2 additions & 1 deletion packages/query-sync-storage-persister/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
".": {
"import": "./build/esm/index.js",
"default": "./build/cjs/index.js"
}
},
"./package.json": "./package.json"
},
"files": [
"build/*",
Expand Down
3 changes: 2 additions & 1 deletion packages/react-query-persist-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
".": {
"import": "./build/esm/index.js",
"default": "./build/cjs/react-query-persist-client/src/index.js"
}
},
"./package.json": "./package.json"
},
"files": [
"build/*",
Expand Down
3 changes: 2 additions & 1 deletion packages/react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
".": {
"import": "./build/esm/index.js",
"default": "./build/cjs/react-query/src/index.js"
}
},
"./package.json": "./package.json"
},
"sideEffects": [
"lib/index.js",
Expand Down

0 comments on commit 463cabc

Please sign in to comment.