Skip to content

Commit 7d3aa3b

Browse files
committed
feat: add export for ./*
1 parent a2a788a commit 7d3aa3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"types": "./dist/index.d.ts",
1919
"import": "./dist/index.js",
2020
"require": "./dist/index.cjs"
21-
}
21+
},
22+
"./*": "./*"
2223
},
2324
"main": "dist/index.js",
2425
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)