mirror of
https://github.com/versia-pub/api.git
synced 2025-12-06 08:28: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
|
#### 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
|
```bash
|
||||||
bun install # Install dependencies
|
bun install # Install dependencies
|
||||||
|
|
|
||||||
|
|
@ -10,11 +10,11 @@
|
||||||
"readme": "README.md",
|
"readme": "README.md",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/lysand-org/api.git",
|
"url": "https://github.com/versia-pub/api.git",
|
||||||
"directory": "client"
|
"directory": "client"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/lysand-org/api/issues"
|
"url": "https://github.com/versia-pub/api/issues"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
|
|
@ -57,6 +57,7 @@
|
||||||
"keywords": ["versia", "mastodon", "api", "typescript", "rest"],
|
"keywords": ["versia", "mastodon", "api", "typescript", "rest"],
|
||||||
"packageManager": "bun@1.1.8",
|
"packageManager": "bun@1.1.8",
|
||||||
"dependencies": {
|
"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
|
#### 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
|
```bash
|
||||||
bun install # Install dependencies
|
bun install # Install dependencies
|
||||||
|
|
|
||||||
|
|
@ -10,11 +10,11 @@
|
||||||
"readme": "README.md",
|
"readme": "README.md",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/lysand-org/api.git",
|
"url": "git+https://github.com/versia-pub/api.git",
|
||||||
"directory": "federation"
|
"directory": "federation"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/lysand-org/api/issues"
|
"url": "https://github.com/versia-pub/api/issues"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue