Skip to content

Commit 5838e6e

Browse files
committed
fix: only publish relevant files
1 parent 5c9bf28 commit 5838e6e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@
3737
},
3838
"./package.json": "./package.json"
3939
},
40+
"files": [
41+
"cjs",
42+
"esm",
43+
"src"
44+
],
4045
"main": "cjs/main.js",
4146
"module": "esm/main.js",
4247
"source": "src/main.ts",

0 commit comments

Comments
 (0)