From 372e03cc316f2a6f8dd7ff3af0aded024af4fbfd Mon Sep 17 00:00:00 2001 From: Brent Hoover Date: Thu, 25 Nov 2021 14:51:18 +0800 Subject: [PATCH 1/2] (fix) fix repo links in package.json --- packages/graphql-api/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/graphql-api/package.json b/packages/graphql-api/package.json index fe24e4075..f83040e30 100644 --- a/packages/graphql-api/package.json +++ b/packages/graphql-api/package.json @@ -24,14 +24,14 @@ }, "repository": { "type": "git", - "url": "https://github.com/js-accounts/graphql.git" + "url": "https://github.com/js-accounts/accounts" }, "author": "David Yahalomi", "license": "MIT", "bugs": { - "url": "https://github.com/js-accounts/graphql-api/issues" + "url": "https://github.com/js-accounts/accounts/issues" }, - "homepage": "https://github.com/js-accounts/graphql-api", + "homepage": "https://github.com/js-accounts/accounts", "peerDependencies": { "@accounts/magic-link": "^0.1.0", "@accounts/password": "^0.32.0", From 7ae920ff27f6457803eb4d513d96c4aad2b810e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Pradel?= Date: Fri, 26 Nov 2021 11:32:23 +0100 Subject: [PATCH 2/2] Create eighty-zoos-glow.md --- .changeset/eighty-zoos-glow.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/eighty-zoos-glow.md diff --git a/.changeset/eighty-zoos-glow.md b/.changeset/eighty-zoos-glow.md new file mode 100644 index 000000000..6fa639edc --- /dev/null +++ b/.changeset/eighty-zoos-glow.md @@ -0,0 +1,5 @@ +--- +"@accounts/graphql-api": patch +--- + +Fix repo links in package.json