0
Fork 0
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:
Bjorn Lu 2024-11-15 20:50:01 +08:00 committed by GitHub
parent 5509117415
commit bde49f186e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 5 deletions

View file

@ -0,0 +1,5 @@
---
'@astrojs/svelte': patch
---
Publishes missing file

View 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"
],