0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00

Add missing entry in files field in package.json (#2988)

This commit is contained in:
Erika 2022-04-04 15:07:57 -04:00 committed by GitHub
parent 6c0c0679d8
commit 1bc73c86fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,6 +26,7 @@
"exports": {
".": "./astro.js",
"./env": "./env.d.ts",
"./astro-jsx": "./astro-jsx.d.ts",
"./config": "./config.mjs",
"./internal": "./internal.js",
"./app": "./dist/core/app/index.js",
@ -60,6 +61,7 @@
"config.d.ts",
"config.mjs",
"env.d.ts",
"astro-jsx.d.ts",
"README.md",
"vendor"
],