Skip to content

Commit aaaf8a3

Browse files
committed
Fix publishing
1 parent 47a470f commit aaaf8a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"main": "./dist/index.cjs",
55
"module": "./dist/index.mjs",
66
"types": "./dist/index.d.cts",
7+
"files": [
8+
"dist"
9+
],
710
"exports": {
811
"require": {
912
"types": "./dist/index.d.cts",

0 commit comments

Comments
 (0)