Skip to content

Commit 364e4a6

Browse files
committed
fix: exports definition again
1 parent 74a187f commit 364e4a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.6.1",
44
"type": "module",
55
"exports": {
6-
"./*.js": {
6+
"./*": {
77
"require": {
88
"types": "./cjs/*.d.ts",
99
"default": "./cjs/*.js"

0 commit comments

Comments
 (0)