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:
parent
6c0c0679d8
commit
1bc73c86fd
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue