Skip to content

Commit fb4e4f3

Browse files
Set files to be included in tarball
1 parent 66327dc commit fb4e4f3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"type": "module",
1111
"main": "dist/index.js",
1212
"types": "dist/index.d.ts",
13+
"files": [
14+
"dist"
15+
],
1316
"scripts": {
1417
"build": "tsc"
1518
},

0 commit comments

Comments
 (0)