Skip to content

Commit 7bdebc4

Browse files
committed
chore: add proper files definition for the npm package
1 parent 34b7703 commit 7bdebc4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,12 @@
6666
},
6767
"publishConfig": {
6868
"access": "public"
69-
}
69+
},
70+
"files": [
71+
"src",
72+
"dist",
73+
"package.json",
74+
"README.md",
75+
"LICENSE"
76+
]
7077
}

0 commit comments

Comments
 (0)