Skip to content

Commit

Permalink
fix: commonjs build
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnowack committed Dec 9, 2024
1 parent 8667771 commit ba00e96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/signaldb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.umd.js",
"default": "./dist/index.umd.js"
"require": "./dist/index.cjs.js",
"default": "./dist/index.cjs.js"
}
},
"main": "./dist/index.umd.js",
Expand Down

0 comments on commit ba00e96

Please sign in to comment.