Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Adammatthiesen committed Feb 6, 2024
1 parent 07c33fa commit caeeee2
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 14 deletions.
5 changes: 2 additions & 3 deletions packages/astro-ghostcms/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,9 +278,6 @@ export default function GhostCMS(options: UserConfig): AstroIntegration {
const logNpmVersion = logger.fork("astro-ghostcms/npm-pub-version");
const logCheck = logger.fork("astro-ghostcms/check");

// CONFIG DONE
logConfigDone.info(IC.CONFSETUPDONE);

const pJSON = await fse.readJson(
path.resolve(
fileURLToPath(import.meta.url), "..", 'package.json')
Expand All @@ -295,6 +292,8 @@ export default function GhostCMS(options: UserConfig): AstroIntegration {
logCheck.warn("Please consider updating.");
}

// CONFIG DONE
logConfigDone.info(`${IC.CONFSETUPDONE} v${pkgVer}`);
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-ghostcms/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@matthiesenxyz/astro-ghostcms",
"description": "Astro GhostCMS integration to allow easier importing of GhostCMS Content",
"version": "3.1.9-dev01",
"version": "3.1.9-dev02",
"homepage": "https://astro-ghostcms.xyz/",
"type": "module",
"license": "MIT",
Expand Down
90 changes: 80 additions & 10 deletions packages/astro-ghostcms/src/default-routes/rss-style.xsl.ts

Large diffs are not rendered by default.

1 comment on commit caeeee2

@vercel
Copy link

@vercel vercel bot commented on caeeee2 Feb 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.