Skip to content

Commit

Permalink
core: Add js files in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thyal committed Nov 22, 2024
1 parent 97c00c9 commit 3a9396f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/loud-donkeys-exercise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@whereby.com/core": patch
---

Add .js files to the files array in package.json
1 change: 1 addition & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"access": "public"
},
"files": [
"dist/*.js",
"dist/*.cjs",
"dist/*.mjs",
"dist/*.d.ts",
Expand Down

0 comments on commit 3a9396f

Please sign in to comment.