Skip to content

Commit f6422f1

Browse files
author
Leo Zurbriggen
committed
fix package exports
1 parent 9739363 commit f6422f1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,12 @@
8181
"vue-tsc": "^2.0.29"
8282
},
8383
"exports": {
84-
"require": "./dist/index.js",
85-
"import": "./dist/index.mjs",
84+
"require": "./dist/index.cjs",
85+
"import": "./dist/index.js",
8686
"types": "./dist/index.d.ts"
8787
},
88-
"main": "dist/index.js",
89-
"module": "dist/index.mjs",
88+
"main": "dist/index.cjs",
89+
"module": "dist/index.js",
9090
"types": "./dist/index.d.ts",
9191
"files": [
9292
"dist",

0 commit comments

Comments
 (0)