From 353934aee737af16b1c2f0db9cd5fa73e08ea6bb Mon Sep 17 00:00:00 2001 From: Matthew Phillips Date: Wed, 5 May 2021 08:57:45 -0400 Subject: [PATCH] Add dist to the npm package --- packages/astro/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/astro/package.json b/packages/astro/package.json index 57787cef30..b9cadea70a 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -20,8 +20,7 @@ }, "files": [ "components", - "lib", - "runtime", + "dist", "snowpack-plugin.cjs", "astro.mjs" ],