Skip to content

Commit e048e8c

Browse files
committed
1 parent c42468e commit e048e8c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"files": [
77
"dist"
88
],
9-
"main": "dist/index.cjs",
9+
"main": "dist/index.js",
1010
"scripts": {
1111
"bundle": "rollup --config",
1212
"types": "tsc",
@@ -17,7 +17,6 @@
1717
"unpkg": "./dist/index.umd.js",
1818
"exports": {
1919
".": {
20-
"types": "./dist/index.d.ts",
2120
"import": "./dist/index.js",
2221
"require": "./dist/index.cjs"
2322
}

0 commit comments

Comments
 (0)