diff options
author | 2023-01-17 23:12:08 +0800 | |
---|---|---|
committer | 2023-01-17 23:12:08 +0800 | |
commit | 1ca81c16b8b66236e092e6eb6ec3f73f5668421c (patch) | |
tree | cd1078cb6c83622135cc919da4a02b06c8d807d0 /packages | |
parent | 1bd42c6b2a072210411cffb42dcc80170b9a618b (diff) | |
download | astro-1ca81c16b8b66236e092e6eb6ec3f73f5668421c.tar.gz astro-1ca81c16b8b66236e092e6eb6ec3f73f5668421c.tar.zst astro-1ca81c16b8b66236e092e6eb6ec3f73f5668421c.zip |
Remove unused exports (#5862)
Diffstat (limited to 'packages')
-rw-r--r-- | packages/astro/package.json | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/packages/astro/package.json b/packages/astro/package.json index afcae5bfe..91aa78c50 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -53,16 +53,6 @@ "./package.json": "./package.json", "./runtime/*": "./dist/runtime/*", "./server/*": "./dist/runtime/server/*", - "./vite-plugin-astro": "./dist/vite-plugin-astro/index.js", - "./vite-plugin-astro/*": "./dist/vite-plugin-astro/*", - "./vite-plugin-astro-postprocess": "./dist/vite-plugin-astro-postprocess/index.js", - "./vite-plugin-astro-postprocess/*": "./dist/vite-plugin-astro-postprocess/*", - "./vite-plugin-jsx/*": "./dist/vite-plugin-jsx/*", - "./vite-plugin-jsx": "./dist/vite-plugin-jsx/index.js", - "./vite-plugin-markdown-legacy": "./dist/vite-plugin-markdown-legacy/index.js", - "./vite-plugin-markdown-legacy/*": "./dist/vite-plugin-markdown-legacy/*", - "./vite-plugin-markdown": "./dist/vite-plugin-markdown/index.js", - "./vite-plugin-markdown/*": "./dist/vite-plugin-markdown/*", "./dist/jsx/*": "./dist/jsx/*", "./zod": { "types": "./zod.d.ts", |