Skip to content

Commit 92797bd

Browse files
authored
🔧 add files entry to package.json (#14)
1 parent b44a20e commit 92797bd

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
@@ -9,6 +9,10 @@
99
"module": "dist/index.esm.js",
1010
"jsdelivr": "dist/index.umd.js",
1111
"umd:main": "dist/index.umd.js",
12+
"files": [
13+
"dist/",
14+
"types/"
15+
],
1216
"exports": {
1317
".": [
1418
{

0 commit comments

Comments
 (0)