Skip to content

Commit 761e92d

Browse files
committed
chore: include only /dist folder.
1 parent 31e1ba1 commit 761e92d

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
@@ -39,6 +39,9 @@
3939
}
4040
},
4141
"types": "dist/index.d.ts",
42+
"files": [
43+
"/dist"
44+
],
4245
"scripts": {
4346
"watch": "tsc-multi --watch",
4447
"test": "jest",

0 commit comments

Comments
 (0)