Skip to content

Commit

Permalink
fix: repo links in graphql-api package.json (#1194)
Browse files Browse the repository at this point in the history
Co-authored-by: Léo Pradel <pradel.leo@gmail.com>
  • Loading branch information
zenweasel and pradel committed Nov 26, 2021
1 parent bed546c commit a4fd732
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/eighty-zoos-glow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@accounts/graphql-api": patch
---

Fix repo links in package.json
6 changes: 3 additions & 3 deletions packages/graphql-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a4fd732

Please sign in to comment.