Skip to content

Commit 26cdcee

Browse files
committed
fix: correct npm bundle
1 parent 09a8aea commit 26cdcee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
},
1010
"module": "./dist/index.js",
1111
"types": "./dist/index.d.ts",
12+
"files": [
13+
"dist/*",
14+
"EULA"
15+
],
1216
"engines": {
1317
"node": ">= 12.0.0"
1418
},

0 commit comments

Comments
 (0)