Skip to content

Commit 303b529

Browse files
authored
Merge pull request #9 from trieb-work/feat-tsup
fix: imports
2 parents 1fb74dc + 41f0cf9 commit 303b529

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"test:ui": "vitest --ui --config vite.config.ts",
1515
"prepare": "./scripts/prepare.sh"
1616
},
17-
"main": "dist/index.cjs",
17+
"main": "dist/index.js",
1818
"module": "dist/index.mjs",
1919
"types": "dist/index.d.ts",
2020
"exports": {
21-
"require": "./dist/index.cjs",
21+
"require": "./dist/index.js",
2222
"import": "./dist/index.mjs"
2323
},
2424
"keywords": [

0 commit comments

Comments
 (0)