Skip to content

Commit edbd25e

Browse files
chore: fix packages.json 'main' file path
1 parent 509f6e5 commit edbd25e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"tanstack-query",
1717
"typescript"
1818
],
19-
"main": "dist/index.js",
19+
"main": "dist/index.cjs",
2020
"module": "dist/index.mjs",
2121
"types": "dist/index.d.ts",
2222
"files": [

0 commit comments

Comments
 (0)