mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
Publish missing file for svelte integration (#12442)
This commit is contained in:
parent
5509117415
commit
bde49f186e
2 changed files with 7 additions and 5 deletions
5
.changeset/wild-houses-learn.md
Normal file
5
.changeset/wild-houses-learn.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'@astrojs/svelte': patch
|
||||
---
|
||||
|
||||
Publishes missing file
|
|
@ -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"
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue