Skip to content

Commit 3b7dc2f

Browse files
committed
add files array
1 parent ca06ea5 commit 3b7dc2f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
"type": "module",
66
"main": "src/index.js",
77
"types": "types/index.d.ts",
8+
"files": [
9+
"src",
10+
"types",
11+
"package.json",
12+
"README.md",
13+
"CHANGELOG.md",
14+
"LICENSE.md"
15+
],
816
"author": {
917
"name": "Needle",
1018
"email": "[email protected]",

0 commit comments

Comments
 (0)