Skip to content

Commit 58e133a

Browse files
committed
fixed "exports" setting
1 parent 1b34a06 commit 58e133a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dashi/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"files": ["dist"],
77
"exports": {
88
".": {
9-
"types": "./dist/lib/index.d.ts",
10-
"module": "./dist/lib/index.js"
9+
"types": "./dist/index.d.ts",
10+
"module": "./dist/dashi.js"
1111
}
1212
},
1313
"scripts": {

0 commit comments

Comments
 (0)