Skip to content

Commit 25b22a6

Browse files
committed
chore: add files to package.json
1 parent 3897e2d commit 25b22a6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66
"main": "./dist/index.js",
77
"module": "./dist/index.js",
88
"types": "./dist/index.d.ts",
9+
"files": [
10+
"dist",
11+
"readme.md",
12+
"package.json",
13+
"LICENSE",
14+
"CHANGELOG.md"
15+
],
916
"publishConfig": {
1017
"access": "public"
1118
},

0 commit comments

Comments
 (0)