Skip to content

Commit 8abc9e3

Browse files
committed
update exports declaration
1 parent bff171f commit 8abc9e3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@
66
"main": "lib/cjs/index.js",
77
"types": "types/index.d.ts",
88
"exports": {
9-
"util": {
10-
"import": "./lib/esm/util.js",
11-
"require": "./lib/cjs/util.js"
12-
},
13-
"default": {
9+
".": {
1410
"import": "./lib/esm/index.js",
1511
"require": "./lib/cjs/index.js"
1612
}

0 commit comments

Comments
 (0)