Skip to content

Commit

Permalink
chore: define release files for headless and storybook-utils (#20)
Browse files Browse the repository at this point in the history
Define missing `files` property of `package.json` that defines which
files should be included when the package is released to npm
  • Loading branch information
larsrickert authored Jan 3, 2024
1 parent e9a7767 commit 00b6b14
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/headless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"type": "module",
"author": "Schwarz IT KG",
"license": "Apache-2.0",
"files": [
"src"
],
"exports": {
".": {
"default": "./src/index.ts"
Expand Down
3 changes: 3 additions & 0 deletions packages/storybook-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"type": "module",
"author": "Schwarz IT KG",
"license": "Apache-2.0",
"files": [
"src"
],
"exports": {
".": {
"default": "./src/index.ts"
Expand Down

0 comments on commit 00b6b14

Please sign in to comment.