From a6cab7aa7c6f9c54a89983667733e3b6900ea1a8 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Wed, 1 Jan 2025 01:03:56 +0000 Subject: [PATCH] chore: update homepage in package.json files --- packages/cli/package.json | 2 +- packages/config/package.json | 2 +- packages/core/package.json | 2 +- packages/create-mcfly/package.json | 2 +- site/package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index 1463a3e..b0da6b5 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -24,7 +24,7 @@ "bugs": { "url": "https://github.com/ayoayco/McFly/issues" }, - "homepage": "https://github.com/ayoayco/McFly#readme", + "homepage": "https://mcfly.js.org", "dependencies": { "c12": "^2.0.1", "citty": "^0.1.6", diff --git a/packages/config/package.json b/packages/config/package.json index 049ee7a..0a76491 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -19,7 +19,7 @@ "bugs": { "url": "https://github.com/ayoayco/McFly/issues" }, - "homepage": "https://github.com/ayoayco/McFly#readme", + "homepage": "https://mcfly.js.org", "dependencies": { "h3": "^1.8.2", "web-component-base": "^2.0.6" diff --git a/packages/core/package.json b/packages/core/package.json index 27a6203..15fb1a3 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -19,7 +19,7 @@ "bugs": { "url": "https://github.com/ayoayco/McFly/issues" }, - "homepage": "https://github.com/ayoayco/McFly#readme", + "homepage": "https://mcfly.js.org", "dependencies": { "c12": "^2.0.1", "consola": "^3.3.3", diff --git a/packages/create-mcfly/package.json b/packages/create-mcfly/package.json index ed59d5f..2900a5d 100644 --- a/packages/create-mcfly/package.json +++ b/packages/create-mcfly/package.json @@ -25,7 +25,7 @@ "bugs": { "url": "https://github.com/ayoayco/McFly/issues" }, - "homepage": "https://github.com/ayoayco/McFly#readme", + "homepage": "https://mcfly.js.org", "dependencies": { "consola": "^3.2.3", "giget": "^1.1.3" diff --git a/site/package.json b/site/package.json index c73c608..bf51a20 100644 --- a/site/package.json +++ b/site/package.json @@ -28,5 +28,5 @@ "bugs": { "url": "https://github.com/ayoayco/McFly/issues" }, - "homepage": "https://github.com/ayoayco/McFly#readme" + "homepage": "https://mcfly.js.org" }