From 387c536f035b7d92349fb0c241da0f3d6a65dde6 Mon Sep 17 00:00:00 2001 From: Kentaro Suzuki Date: Sun, 21 Apr 2024 05:53:43 +0900 Subject: [PATCH] fix: invalid repository name (#8) --- packages/eslint-config/package.json | 6 +++--- packages/prettier-config/package.json | 6 +++--- packages/tsconfig/package.json | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 09f5475..6fe2e2a 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -66,13 +66,13 @@ }, "keywords": [], "author": "sushi-chaaaan (https://github.com/sushi-chaaaan)", - "homepage": "https://github.com/VirtualLiveLab/js-toolchain/tree/main/#readme", + "homepage": "https://github.com/VirtualLiveLab/js-config/tree/main/#readme", "repository": { "type": "git", - "url": "https://github.com/VirtualLiveLab/js-toolchain.git", + "url": "https://github.com/VirtualLiveLab/js-config.git", "directory": "packages/eslint-config" }, "bugs": { - "url": "https://github.com/VirtualLiveLab/js-toolchain/issues" + "url": "https://github.com/VirtualLiveLab/js-config/issues" } } diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index e4981fa..5c4ea47 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -39,13 +39,13 @@ }, "keywords": [], "author": "sushi-chaaaan (https://github.com/sushi-chaaaan)", - "homepage": "https://github.com/VirtualLiveLab/js-toolchain/tree/main/#readme", + "homepage": "https://github.com/VirtualLiveLab/js-config/tree/main/#readme", "repository": { "type": "git", - "url": "https://github.com/VirtualLiveLab/js-toolchain.git", + "url": "https://github.com/VirtualLiveLab/js-config.git", "directory": "packages/prettier-config" }, "bugs": { - "url": "https://github.com/VirtualLiveLab/js-toolchain/issues" + "url": "https://github.com/VirtualLiveLab/js-config/issues" } } diff --git a/packages/tsconfig/package.json b/packages/tsconfig/package.json index 9f058ad..72cb1ea 100644 --- a/packages/tsconfig/package.json +++ b/packages/tsconfig/package.json @@ -16,13 +16,13 @@ }, "keywords": [], "author": "sushi-chaaaan (https://github.com/sushi-chaaaan)", - "homepage": "https://github.com/VirtualLiveLab/js-toolchain/tree/main/#readme", + "homepage": "https://github.com/VirtualLiveLab/js-config/tree/main/#readme", "repository": { "type": "git", - "url": "https://github.com/VirtualLiveLab/js-toolchain.git", + "url": "https://github.com/VirtualLiveLab/js-config.git", "directory": "packages/tsconfig" }, "bugs": { - "url": "https://github.com/VirtualLiveLab/js-toolchain/issues" + "url": "https://github.com/VirtualLiveLab/js-config/issues" } }