From a21aa348d7f32cd0ee65b371e9594520c0a9d3f1 Mon Sep 17 00:00:00 2001 From: PalmDevs Date: Tue, 4 Mar 2025 02:35:19 +0700 Subject: [PATCH] fix: update repo url --- apis/websocket/package.json | 6 +++--- bots/discord/package.json | 6 +++--- docs/0_development_environment.md | 8 ++++---- package.json | 8 ++++---- packages/api/package.json | 6 +++--- packages/shared/package.json | 6 +++--- 6 files changed, 20 insertions(+), 20 deletions(-) diff --git a/apis/websocket/package.json b/apis/websocket/package.json index 358830a..732ea6d 100755 --- a/apis/websocket/package.json +++ b/apis/websocket/package.json @@ -13,7 +13,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/revanced/revanced-helper.git", + "url": "git+https://github.com/revanced/revanced-bots.git", "directory": "apis/websocket" }, "author": "Palm (https://palmdevs.me)", @@ -23,9 +23,9 @@ ], "license": "GPL-3.0-or-later", "bugs": { - "url": "https://github.com/revanced/revanced-helper/issues" + "url": "https://github.com/revanced/revanced-bots/issues" }, - "homepage": "https://github.com/revanced/revanced-helper#readme", + "homepage": "https://github.com/revanced/revanced-bots#readme", "dependencies": { "@revanced/bot-shared": "workspace:*", "@sapphire/async-queue": "^1.5.3", diff --git a/bots/discord/package.json b/bots/discord/package.json index 50e7545..c8a0e63 100644 --- a/bots/discord/package.json +++ b/bots/discord/package.json @@ -14,7 +14,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/revanced/revanced-helper.git", + "url": "git+https://github.com/revanced/revanced-bots.git", "directory": "bots/discord" }, "author": "Palm (https://palmdevs.me)", @@ -24,9 +24,9 @@ ], "license": "GPL-3.0-or-later", "bugs": { - "url": "https://github.com/revanced/revanced-helper/issues" + "url": "https://github.com/revanced/revanced-bots/issues" }, - "homepage": "https://github.com/revanced/revanced-helper#readme", + "homepage": "https://github.com/revanced/revanced-bots#readme", "dependencies": { "@discordjs/builders": "^1.9.0", "@discordjs/rest": "^2.4.0", diff --git a/docs/0_development_environment.md b/docs/0_development_environment.md index 817d41a..15784bf 100644 --- a/docs/0_development_environment.md +++ b/docs/0_development_environment.md @@ -1,7 +1,7 @@ # 🏗️ Setting up the development environment -> [!IMPORTANT] -> **This project uses [Bun](https://bun.sh) to run and bundle the code.** +> [!IMPORTANT] +> **This project uses [Bun](https://bun.sh) to run and bundle the code.** > Compatibility with other runtimes (Node.js, Deno, ...) are not guaranteed and most package scripts won't work. To start developing, you'll need to set up the development environment first. @@ -11,8 +11,8 @@ To start developing, you'll need to set up the development environment first. 2. Clone the mono-repository ```sh - git clone https://github.com/revanced/revanced-helper.git && - cd revanced-helper + git clone https://github.com/revanced/revanced-bots.git && + cd revanced-bots ``` 3. Install dependencies diff --git a/package.json b/package.json index 3f35d59..1de79a9 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "revanced-helper", + "name": "revanced-bots", "description": "🤖 Bots assisting ReVanced on multiple platforms", "private": true, "version": "0.0.0", @@ -15,13 +15,13 @@ "flint:check": "biome check .", "clint": "commitlint --edit" }, - "homepage": "https://github.com/revanced/revanced-helper#readme", + "homepage": "https://github.com/revanced/revanced-bots#readme", "repository": { "type": "git", - "url": "git+https://github.com/revanced/revanced-helper.git" + "url": "git+https://github.com/revanced/revanced-bots.git" }, "bugs": { - "url": "https://github.com/revanced/revanced-helper/issues" + "url": "https://github.com/revanced/revanced-bots/issues" }, "contributors": [ "Palm (https://palmdevs.me)", diff --git a/packages/api/package.json b/packages/api/package.json index 920e1f6..01eb1d3 100755 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -13,7 +13,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/revanced/revanced-helper.git", + "url": "git+https://github.com/revanced/revanced-bots.git", "directory": "packages/api" }, "author": "Palm (https://palmdevs.me)", @@ -23,9 +23,9 @@ ], "license": "GPL-3.0-or-later", "bugs": { - "url": "https://github.com/revanced/revanced-helper/issues" + "url": "https://github.com/revanced/revanced-bots/issues" }, - "homepage": "https://github.com/revanced/revanced-helper#readme", + "homepage": "https://github.com/revanced/revanced-bots#readme", "dependencies": { "@revanced/bot-shared": "workspace:*", "ws": "^8.18.0" diff --git a/packages/shared/package.json b/packages/shared/package.json index 88180dc..e3c4089 100755 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -16,7 +16,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/revanced/revanced-helper.git", + "url": "git+https://github.com/revanced/revanced-bots.git", "directory": "packages/shared" }, "author": "Palm (https://palmdevs.me)", @@ -26,9 +26,9 @@ ], "license": "GPL-3.0-or-later", "bugs": { - "url": "https://github.com/revanced/revanced-helper/issues" + "url": "https://github.com/revanced/revanced-bots/issues" }, - "homepage": "https://github.com/revanced/revanced-helper#readme", + "homepage": "https://github.com/revanced/revanced-bots#readme", "dependencies": { "bson": "^6.8.0", "chalk": "^5.3.0",