Skip to content

Commit 7d2f094

Browse files
committed
fix: Add files field to package.json
1 parent d4e168e commit 7d2f094

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
@@ -28,6 +28,10 @@
2828
},
2929
"author": "Kenny Wong <[email protected]>",
3030
"license": "MIT",
31+
"files": [
32+
"lib",
33+
"src"
34+
],
3135
"keywords": [
3236
"react",
3337
"run-web",

0 commit comments

Comments
 (0)