From db3c69e41be4dcbd6b6aebd0c32d7ed444769fdb Mon Sep 17 00:00:00 2001 From: "BANO.notIT" Date: Sun, 7 Jan 2024 01:23:23 +0300 Subject: [PATCH] fix: homepage urls in package.json --- packages/core-v2/package.json | 2 +- packages/npm-cookie-baker/package.json | 2 +- packages/npm-history/package.json | 2 +- packages/npm-react/package.json | 2 +- packages/npm-svelte/package.json | 2 +- packages/react-v1/package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/core-v2/package.json b/packages/core-v2/package.json index 97abffe61..2bb76bc4d 100644 --- a/packages/core-v2/package.json +++ b/packages/core-v2/package.json @@ -33,7 +33,7 @@ "bugs": { "url": "https://github.com/artalar/reatom/issues" }, - "homepage": "https://www.reatom.dev/adapter/core-v2", + "homepage": "https://www.reatom.dev/compat/core-v2", "files": [ "/build", "/package.json", diff --git a/packages/npm-cookie-baker/package.json b/packages/npm-cookie-baker/package.json index 68bed1f29..132769674 100644 --- a/packages/npm-cookie-baker/package.json +++ b/packages/npm-cookie-baker/package.json @@ -47,7 +47,7 @@ "bugs": { "url": "https://github.com/artalar/reatom/issues" }, - "homepage": "https://www.reatom.dev/adapter/npm-cookie-baker", + "homepage": "https://www.reatom.dev/package/npm-cookie-baker", "files": [ "/build", "/package.json" diff --git a/packages/npm-history/package.json b/packages/npm-history/package.json index c83b0744c..bc6905b87 100644 --- a/packages/npm-history/package.json +++ b/packages/npm-history/package.json @@ -46,7 +46,7 @@ "bugs": { "url": "https://github.com/artalar/reatom/issues" }, - "homepage": "https://www.reatom.dev/adapter/npm-history", + "homepage": "https://www.reatom.dev/package/npm-history", "files": [ "/build", "/package.json" diff --git a/packages/npm-react/package.json b/packages/npm-react/package.json index cd782e5f7..72f07ed8b 100644 --- a/packages/npm-react/package.json +++ b/packages/npm-react/package.json @@ -42,7 +42,7 @@ "bugs": { "url": "https://github.com/artalar/reatom/issues" }, - "homepage": "https://www.reatom.dev/adapter/npm-react", + "homepage": "https://www.reatom.dev/package/npm-react", "files": [ "/build", "/package.json" diff --git a/packages/npm-svelte/package.json b/packages/npm-svelte/package.json index e04babbe6..4c69f7158 100644 --- a/packages/npm-svelte/package.json +++ b/packages/npm-svelte/package.json @@ -42,7 +42,7 @@ "bugs": { "url": "https://github.com/artalar/reatom/issues" }, - "homepage": "https://www.reatom.dev/adapter/npm-svelte", + "homepage": "https://www.reatom.dev/package/npm-svelte", "files": [ "/build", "/package.json" diff --git a/packages/react-v1/package.json b/packages/react-v1/package.json index aee447593..39801d514 100644 --- a/packages/react-v1/package.json +++ b/packages/react-v1/package.json @@ -39,7 +39,7 @@ "bugs": { "url": "https://github.com/artalar/reatom/issues" }, - "homepage": "https://www.reatom.dev/adapter/react-v1", + "homepage": "https://www.reatom.dev/compat/react-v1", "files": [ "/build", "/package.json"