Skip to content

Commit

Permalink
fix: add files field in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Aug 2, 2022
1 parent 1d491fb commit abc9eba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
"test": "tsbb test --env=jsdom",
"coverage": "tsbb test --env=jsdom --coverage --bail"
},
"files": [
"src",
"dist",
"esm",
"cjs"
],
"keywords": [
"react",
"react-keywords",
Expand Down

0 comments on commit abc9eba

Please sign in to comment.