1.0.2, last type fix... now the basetheme has no type errors!

This commit is contained in:
Adam Matthiesen 2024-01-15 00:12:21 -08:00
parent 0d265fbd02
commit 8975fe960b
2 changed files with 2 additions and 2 deletions

2
index.d.ts vendored
View File

@ -71,7 +71,7 @@ export interface Settings extends Metadata, CodeInjection, SocialMedia {
url: string; url: string;
}> }>
| undefined; | undefined;
url?: string; url: string;
} }
export interface Author extends Identification, Metadata { export interface Author extends Identification, Metadata {

View File

@ -1,7 +1,7 @@
{ {
"name": "@adammatthiesen/astro-ghostcms", "name": "@adammatthiesen/astro-ghostcms",
"description": "Astro GhostCMS integration to allow easier importing of GhostCMS Content", "description": "Astro GhostCMS integration to allow easier importing of GhostCMS Content",
"version": "1.0.1", "version": "1.0.2",
"author": "Adam Matthiesen <adam@matthiesen.xyz>", "author": "Adam Matthiesen <adam@matthiesen.xyz>",
"type": "module", "type": "module",
"license": "MIT", "license": "MIT",