Skip to content

Commit

Permalink
fix: change main file to cjs in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnowack committed Dec 10, 2024
1 parent bbc14dd commit 7f1bd1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/signaldb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"default": "./dist/index.cjs.js"
}
},
"main": "./dist/index.umd.js",
"main": "./dist/index.cjs.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"typesVersions": {
Expand Down

0 comments on commit 7f1bd1c

Please sign in to comment.