Skip to content

Commit 8342919

Browse files
authored
fix: fix typescript issue and fix wrong export field (fix #143) (#144)
1 parent b8aab4a commit 8342919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"require": "./index-compat.js"
1717
},
1818
"./package.json": "./package.json",
19-
"./": "./"
19+
"./*": "./*"
2020
},
2121
"files": [
2222
"dist",

0 commit comments

Comments
 (0)