mirror of
https://github.com/versia-pub/api.git
synced 2025-12-06 00:18:19 +01:00
refactor: 🚚 Use new GitHub org: versia-pub
This commit is contained in:
parent
ce21ef19a5
commit
0da0050d14
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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": [
|
||||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue