Skip to content

Commit 370bac3

Browse files
committed
fix: use correct exports
1 parent 5da322b commit 370bac3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"exports": {
66
"./*": {
77
"import": {
8-
"types": "./dist/*/index.d.ts",
9-
"default": "./dist/*/index.js"
8+
"types": "./dist/*.d.ts",
9+
"default": "./dist/*.js"
1010
}
1111
}
1212
},

0 commit comments

Comments
 (0)