Skip to content

Commit

Permalink
Merge branch 'main' into fix/tsup-remove-experimental-entry
Browse files Browse the repository at this point in the history
  • Loading branch information
manudeli authored Oct 29, 2023
2 parents f55354e + 257b672 commit d4f4442
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .changeset/smooth-poets-glow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@suspensive/react-await": patch
"@suspensive/react-query": patch
"@suspensive/react": patch
---

fix: add module field of package.json
1 change: 1 addition & 0 deletions packages/react-await/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"./package.json": "./package.json"
},
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
Expand Down
1 change: 1 addition & 0 deletions packages/react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"./package.json": "./package.json"
},
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
Expand Down
1 change: 1 addition & 0 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"./package.json": "./package.json"
},
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
Expand Down

0 comments on commit d4f4442

Please sign in to comment.