Skip to content

Commit d06290a

Browse files
committed
fix/workflow
1 parent 09f29df commit d06290a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"private": false,
44
"version": "1.0.8",
55
"type": "module",
6-
"main": "dist/index.cjs",
7-
"module": "dist/index.js",
6+
"main": "dist/index.cjs.js",
7+
"module": "dist/index.mjs",
88
"types": "dist/index.d.ts",
99
"exports": {
1010
".": {
1111
"types": "./dist/index.d.ts",
12-
"import": "./dist/index.js",
13-
"require": "./dist/index.cjs",
14-
"default": "./dist/index.js"
12+
"import": "./dist/index.mjs",
13+
"require": "./dist/index.cjs.js",
14+
"default": "./dist/index.mjs"
1515
},
1616
"./styles": "./dist/index.css",
1717
"./package.json": "./package.json"

0 commit comments

Comments
 (0)