diff options
-rw-r--r-- | packages/astro/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/package.json b/packages/astro/package.json index 98365b08c..7f9201d2a 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -33,7 +33,7 @@ "dist", "snowpack-plugin-jsx.cjs", "snowpack-plugin.cjs", - "astro.mjs" + "astro.js" ], "scripts": { "build": "astro-scripts build \"src/**/*.ts\" && tsc", |