Skip to content

Commit

Permalink
Define which files are packed
Browse files Browse the repository at this point in the history
  • Loading branch information
vjee committed Feb 8, 2024
1 parent 123dfd5 commit 322dd34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
"./package.json": "./package.json"
},
"files": [
"dist"
"dist/index.js",
"dist/index.cjs",
"dist/index.d.ts"
],
"publishConfig": {
"access": "public",
Expand Down
4 changes: 3 additions & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
"./package.json": "./package.json"
},
"files": [
"dist"
"dist/index.js",
"dist/index.cjs",
"dist/index.d.ts"
],
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit 322dd34

Please sign in to comment.