From d601b02b9b5d425926cee46bfa264a73d58955c5 Mon Sep 17 00:00:00 2001 From: t1nyb0x Date: Thu, 14 Nov 2024 23:20:17 +0900 Subject: [PATCH] fix packages setting --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 168d235..523a175 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/t1nyb0x/replyvxtwitter.git" + "url": "git+https://github.com/t1nyb0x/discord-twitter-embed-rx.git" }, "keywords": [ "discord", @@ -38,9 +38,9 @@ "author": "t1nyb0x", "license": "MIT", "bugs": { - "url": "https://github.com/t1nyb0x/replyvxtwitter/issues" + "url": "https://github.com/t1nyb0x/discord-twitter-embed-rx/issues" }, - "homepage": "https://github.com/t1nyb0x/replyvxtwitter#readme", + "homepage": "https://github.com/t1nyb0x/discord-twitter-embed-rx#readme", "devDependencies": { "@eslint/compat": "^1.2.1", "@typescript-eslint/eslint-plugin": "^8.11.0",