diff --git a/package.json b/package.json index 349ca7cb..fb7c0f97 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@matthiesenxyz/astro-ghostcms", "description": "Astro GhostCMS integration to allow easier importing of GhostCMS Content", - "version": "2.0.0", + "version": "2.0.1", "author": "MatthiesenXYZ (https://matthiesen.xyz)", "type": "module", "license": "MIT", @@ -14,6 +14,7 @@ }, "homepage": "https://github.com/MatthiesenXYZ/astro-ghostcms", "exports": { + ".": "./index.ts", "./api": "./src/api/index.ts", "./index.astro": "./src/routes/index.astro", "./[slug].astro": "./src/routes/[slug].astro", diff --git a/src/components/AuthorList.astro b/src/components/AuthorList.astro index ef4125e7..9b278c8a 100644 --- a/src/components/AuthorList.astro +++ b/src/components/AuthorList.astro @@ -37,7 +37,7 @@ const { post, settings } = Astro.props as Props;