Skip to content

Commit 361a063

Browse files
committed
Formatting cleanup
1 parent 780fa56 commit 361a063

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

packages/powersync-op-sqlite/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
"main": "./lib/commonjs/index.js",
77
"module": "./lib/module/index.js",
88
"types": "./lib/typescript/commonjs/src/index.d.ts",
9-
"exports": {
10-
".": {
11-
"import": {
12-
"types": "./lib/typescript/module/src/index.d.ts",
13-
"default": "./lib/module/index.js"
14-
},
15-
"require": {
16-
"types": "./lib/typescript/commonjs/src/index.d.ts",
17-
"default": "./lib/commonjs/index.js"
18-
}
19-
}
9+
"exports": {
10+
".": {
11+
"import": {
12+
"types": "./lib/typescript/module/src/index.d.ts",
13+
"default": "./lib/module/index.js"
14+
},
15+
"require": {
16+
"types": "./lib/typescript/commonjs/src/index.d.ts",
17+
"default": "./lib/commonjs/index.js"
18+
}
19+
}
2020
},
2121
"files": [
2222
"src",

0 commit comments

Comments
 (0)