Skip to content

Commit

Permalink
fix(package.json): remove unnecessary files in published package (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
manudeli committed Dec 12, 2022
1 parent f470b56 commit fb0f783
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "esm/index.mjs",
"files": [
"dist",
"esm"
],
"sideEffects": false,
"publishConfig": {
"access": "public"
Expand Down
4 changes: 4 additions & 0 deletions packages/table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "esm/index.mjs",
"files": [
"dist",
"esm"
],
"sideEffects": false,
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit fb0f783

Please sign in to comment.