Skip to content

Commit a4fd732

Browse files
brent-hooverpradel
andauthored
fix: repo links in graphql-api package.json (#1194)
Co-authored-by: Léo Pradel <[email protected]>
1 parent bed546c commit a4fd732

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.changeset/eighty-zoos-glow.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@accounts/graphql-api": patch
3+
---
4+
5+
Fix repo links in package.json

packages/graphql-api/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
},
2525
"repository": {
2626
"type": "git",
27-
"url": "https://github.com/js-accounts/graphql.git"
27+
"url": "https://github.com/js-accounts/accounts"
2828
},
2929
"author": "David Yahalomi",
3030
"license": "MIT",
3131
"bugs": {
32-
"url": "https://github.com/js-accounts/graphql-api/issues"
32+
"url": "https://github.com/js-accounts/accounts/issues"
3333
},
34-
"homepage": "https://github.com/js-accounts/graphql-api",
34+
"homepage": "https://github.com/js-accounts/accounts",
3535
"peerDependencies": {
3636
"@accounts/magic-link": "^0.1.0",
3737
"@accounts/password": "^0.32.0",

0 commit comments

Comments
 (0)