Skip to content

Commit ed02583

Browse files
committed
Update package.json
1 parent 0d0b0bf commit ed02583

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"type": "module",
55
"exports": {
66
".": {
7-
"types": "./esm/index.d.ts",
8-
"import": "./esm/index.js",
7+
"types": "./lib/index.d.ts",
8+
"import": "./lib/index.js",
99
"require": "./cjs/index.js"
1010
},
1111
"./*": {
12-
"types": "./esm/*.d.ts",
13-
"import": "./esm/*.js",
12+
"types": "./lib/*.d.ts",
13+
"import": "./lib/*.js",
1414
"require": "./cjs/*.js"
1515
}
1616
},
@@ -54,8 +54,7 @@
5454
"trailingComma": "all"
5555
},
5656
"publishConfig": {
57-
"access": "public",
58-
"directory": "lib"
57+
"access": "public"
5958
},
6059
"release": {
6160
"conventionalCommits": true

0 commit comments

Comments
 (0)