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:
Corbin Crutchley 2022-08-05 17:00:35 -07:00 committed by GitHub
parent 367cdd9ed8
commit 97cf0cd893
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
'@astrojs/image': patch
---
Export all "dist" files

View file

@ -27,7 +27,7 @@
"./components": "./components/index.js",
"./package.json": "./package.json",
"./client": "./client.d.ts",
"./dist/endpoints/*": "./dist/endpoints/*"
"./dist/*": "./dist/*"
},
"files": [
"components",