Skip to content

Commit 3a68fa6

Browse files
committed
Fix missing package files
1 parent e5fe7fc commit 3a68fa6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"exports": {
1111
".": "./src/index.js"
1212
},
13+
"files": [
14+
"./src"
15+
],
1316
"scripts": {
1417
"prepare": "husky install",
1518
"test": "vitest run",

0 commit comments

Comments
 (0)