Skip to content

Commit 462cbc9

Browse files
committed
style: prettier
1 parent 8d88295 commit 462cbc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/build.mjs

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ async function main() {
6868
types: "./dist-types/index.d.ts",
6969
import: "./dist-bundle/index.js",
7070
// Tooling currently are having issues with the "exports" field when there is no "default", ex: TypeScript, eslint
71-
default: "./dist-bundle/index.js"
71+
default: "./dist-bundle/index.js",
7272
},
7373
"./types": {
7474
types: "./dist-types/.d.ts",
75-
}
75+
},
7676
},
7777
sideEffects: false,
7878
},

0 commit comments

Comments
 (0)