Skip to content

Commit

Permalink
Publish missing file for svelte integration (#12442)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy authored Nov 15, 2024
1 parent 5509117 commit bde49f1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/wild-houses-learn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@astrojs/svelte': patch
---

Publishes missing file
7 changes: 2 additions & 5 deletions packages/integrations/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,12 @@
"./editor": "./dist/editor.cjs",
"./*": "./*",
"./client.js": "./client.svelte.js",
"./server.js": {
"default": "./server.js",
"types": "./server.d.ts"
},
"./server.js": "./server.js",
"./package.json": "./package.json"
},
"files": [
"dist",
"client.js",
"client.svelte.js",
"server.js",
"server.d.ts"
],
Expand Down

0 comments on commit bde49f1

Please sign in to comment.