Skip to content

Commit 964f3f9

Browse files
revert op-sqlite change
1 parent 1cbf81c commit 964f3f9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/powersync-op-sqlite/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"main": "./lib/commonjs/index.js",
77
"module": "./lib/module/index.js",
88
"types": "./lib/typescript/commonjs/src/index.d.ts",
9-
"type": "module",
109
"exports": {
1110
".": {
1211
"import": {
@@ -102,7 +101,7 @@
102101
[
103102
"commonjs",
104103
{
105-
"esm": false
104+
"esm": true
106105
}
107106
],
108107
[

0 commit comments

Comments
 (0)