Skip to content

Commit 888538e

Browse files
authored
npm: only package js and d.ts files (#1)
2 parents ec50fdc + 5658d82 commit 888538e

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
@@ -5,6 +5,10 @@
55
"module": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"type": "module",
8+
"files": [
9+
"dist/**.js",
10+
"dist/**.d.ts"
11+
],
812
"scripts": {
913
"build": "tsc",
1014
"prepare": "npm run build",

0 commit comments

Comments
 (0)