Skip to content

Commit

Permalink
fix: update files field in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed May 15, 2022
1 parent 4df981b commit a8d78e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"assert"
],
"files": [
"src",
"cjs",
"esm",
"dist"
Expand Down
1 change: 1 addition & 0 deletions packages/hook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"assert"
],
"files": [
"src",
"cjs",
"esm"
],
Expand Down

0 comments on commit a8d78e0

Please sign in to comment.