Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

Commit daeb5a0

Browse files
committed
chore: correct export path
1 parent e0faae6 commit daeb5a0

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
@@ -7,7 +7,7 @@
77
"type": "module",
88
"types": "types/src/index.d.ts",
99
"exports": {
10-
"./": {
10+
".": {
1111
"import": "./src/index.js"
1212
},
1313
"./base": {

0 commit comments

Comments
 (0)