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",
|
"./editor": "./dist/editor.cjs",
|
||||||
"./*": "./*",
|
"./*": "./*",
|
||||||
"./client.js": "./client.svelte.js",
|
"./client.js": "./client.svelte.js",
|
||||||
"./server.js": {
|
"./server.js": "./server.js",
|
||||||
"default": "./server.js",
|
|
||||||
"types": "./server.d.ts"
|
|
||||||
},
|
|
||||||
"./package.json": "./package.json"
|
"./package.json": "./package.json"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist",
|
"dist",
|
||||||
"client.js",
|
"client.svelte.js",
|
||||||
"server.js",
|
"server.js",
|
||||||
"server.d.ts"
|
"server.d.ts"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue