Skip to content

Commit

Permalink
fix: Core & UI > Add ./src to published package
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCizmar committed Jul 4, 2022
1 parent 0abe999 commit bb2ab52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"files": [
"index.js",
"lib/**/*",
"dist/**/*"
"dist/**/*",
"src/**/*"
],
"devDependencies": {
"@rollup/plugin-node-resolve": "13.3.0",
Expand Down
1 change: 1 addition & 0 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"types/**/*",
"lib/**/*",
"dist/**/*",
"src/**/*",
"index.js"
],
"devDependencies": {
Expand Down

0 comments on commit bb2ab52

Please sign in to comment.