fix: export all of @astrojs/image dist (#4146)
* fix: export all of @astrojs/image dist * chore: add changeset Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
This commit is contained in:
parent
367cdd9ed8
commit
97cf0cd893
2 changed files with 6 additions and 1 deletions
5
.changeset/six-masks-divide.md
Normal file
5
.changeset/six-masks-divide.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'@astrojs/image': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Export all "dist" files
|
|
@ -27,7 +27,7 @@
|
||||||
"./components": "./components/index.js",
|
"./components": "./components/index.js",
|
||||||
"./package.json": "./package.json",
|
"./package.json": "./package.json",
|
||||||
"./client": "./client.d.ts",
|
"./client": "./client.d.ts",
|
||||||
"./dist/endpoints/*": "./dist/endpoints/*"
|
"./dist/*": "./dist/*"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"components",
|
"components",
|
||||||
|
|
Loading…
Reference in a new issue