From 1ae568c7fe2019a7c8335bf84c1a3d1a1847bf37 Mon Sep 17 00:00:00 2001 From: Pascal Brand Date: Wed, 6 Nov 2024 19:56:20 +0100 Subject: [PATCH] Fix package.json homepage and directory homepage from package.json are used by npmjs.com and astro.build/integrations to link the package to the documentation. Having correct urls helps. Signed-off-by: Pascal Brand --- app/BaseDocument/package.json | 4 ++-- app/GoogleAnalytics/package.json | 4 ++-- app/PageTransition/package.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/BaseDocument/package.json b/app/BaseDocument/package.json index 442028c..f68e9de 100644 --- a/app/BaseDocument/package.json +++ b/app/BaseDocument/package.json @@ -13,14 +13,14 @@ "html", "document" ], - "homepage": "https://code.juliancataldo.com/component/astro-base", + "homepage": "https://code.juliancataldo.com/component/astro-base-document", "bugs": { "url": "https://github.com/JulianCataldo/web-garden/issues" }, "repository": { "type": "git", "url": "https://github.com/JulianCataldo/web-garden", - "directory": "app/Base" + "directory": "app/BaseDocument" }, "license": "ISC", "author": "Julian Cataldo", diff --git a/app/GoogleAnalytics/package.json b/app/GoogleAnalytics/package.json index 6e2daae..cdf1161 100644 --- a/app/GoogleAnalytics/package.json +++ b/app/GoogleAnalytics/package.json @@ -11,14 +11,14 @@ "ga4", "javascript" ], - "homepage": "https://code.juliancataldo.com/component/astro-analytics", + "homepage": "https://code.juliancataldo.com/component/astro-google-analytics", "bugs": { "url": "https://github.com/JulianCataldo/web-garden/issues" }, "repository": { "type": "git", "url": "https://github.com/JulianCataldo/web-garden", - "directory": "app/Analytics" + "directory": "app/GoogleAnalytics" }, "license": "ISC", "author": "Julian Cataldo", diff --git a/app/PageTransition/package.json b/app/PageTransition/package.json index ef07a79..0a7a425 100644 --- a/app/PageTransition/package.json +++ b/app/PageTransition/package.json @@ -13,14 +13,14 @@ "links", "animation" ], - "homepage": "https://code.juliancataldo.com/component/astro-transition", + "homepage": "https://code.juliancataldo.com/component/astro-page-transition", "bugs": { "url": "https://github.com/JulianCataldo/web-garden/issues" }, "repository": { "type": "git", "url": "https://github.com/JulianCataldo/web-garden", - "directory": "app/Transition" + "directory": "app/PageTransition" }, "license": "ISC", "author": "Julian Cataldo",