Skip to content

Commit

Permalink
fix(svelte): Ensure src directory is included in npm release (#666)
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt authored Aug 27, 2024
1 parent 4128bbf commit e55e812
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/nice-jars-hug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@anywidget/svelte": patch
---

Ensure all src files are included in the package release
3 changes: 2 additions & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"main": "src/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
"dist",
"src"
],
"exports": {
".": {
Expand Down

0 comments on commit e55e812

Please sign in to comment.