diff options
Diffstat (limited to 'packages/markdown/remark/package.json')
-rw-r--r-- | packages/markdown/remark/package.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json index 2ba4f64ad..1c943c9b7 100644 --- a/packages/markdown/remark/package.json +++ b/packages/markdown/remark/package.json @@ -13,8 +13,7 @@ "homepage": "https://astro.build", "main": "./dist/index.js", "exports": { - ".": "./dist/index.js", - "./ssr-utils": "./dist/ssr-utils.js" + ".": "./dist/index.js" }, "scripts": { "prepublish": "pnpm build", |