Skip to content

Commit

Permalink
refactor: 🚚 Use new GitHub org: versia-pub
Browse files Browse the repository at this point in the history
  • Loading branch information
CPlusPatch committed Aug 27, 2024
1 parent ce21ef1 commit 0da0050
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ bunx jsr add @versia/client # For Bun

#### From Source

If you want to install from source, you can clone [this repository](https://github.com/lysand-org/api) and run the following commands:
If you want to install from source, you can clone [this repository](https://github.com/versia-pub/api) and run the following commands:

```bash
bun install # Install dependencies
Expand Down
7 changes: 4 additions & 3 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"readme": "README.md",
"repository": {
"type": "git",
"url": "https://github.com/lysand-org/api.git",
"url": "https://github.com/versia-pub/api.git",
"directory": "client"
},
"bugs": {
"url": "https://github.com/lysand-org/api/issues"
"url": "https://github.com/versia-pub/api/issues"
},
"license": "MIT",
"contributors": [
Expand Down Expand Up @@ -57,6 +57,7 @@
"keywords": ["versia", "mastodon", "api", "typescript", "rest"],
"packageManager": "bun@1.1.8",
"dependencies": {
"@badgateway/oauth2-client": "^2.4.1"
"@badgateway/oauth2-client": "^2.4.1",
"zod": "^3.23.8"
}
}
2 changes: 1 addition & 1 deletion federation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ bunx jsr add @versia/federation # For Bun

#### From Source

If you want to install from source, you can clone [this repository](https://github.com/lysand-org/api) and run the following commands:
If you want to install from source, you can clone [this repository](https://github.com/versia-pub/api) and run the following commands:

```bash
bun install # Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions federation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"readme": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/lysand-org/api.git",
"url": "git+https://github.com/versia-pub/api.git",
"directory": "federation"
},
"bugs": {
"url": "https://github.com/lysand-org/api/issues"
"url": "https://github.com/versia-pub/api/issues"
},
"license": "MIT",
"contributors": [
Expand Down

0 comments on commit 0da0050

Please sign in to comment.