From 610979f9fa0e0b653a06b3139468ba4c1ab51e65 Mon Sep 17 00:00:00 2001 From: p-sw Date: Fri, 7 Jun 2024 08:46:44 +0900 Subject: [PATCH] fix: update repository and bugs URLs in package.json The repository and bugs URLs in both the main package.json and the cli package.json files have been corrected. They were mistakenly pointing to the deprecated "p-sw/ui" repository, but are now correctly aiming at the "pswui/ui" repository. --- package.json | 2 +- packages/cli/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 736135a..acf3af4 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "ui", "version": "1.0.0", "main": "index.js", - "repository": "https://github.com/p-sw/ui", + "repository": "https://github.com/pswui/ui", "author": "p-sw ", "license": "MIT", "workspaces": [ diff --git a/packages/cli/package.json b/packages/cli/package.json index 7ad95f2..eae0a04 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -6,7 +6,7 @@ "bin": { "pswui": "./bin/run.js" }, - "bugs": "https://github.com/p-sw/ui/issues", + "bugs": "https://github.com/pswui/ui/issues", "dependencies": { "@oclif/core": "^4", "@oclif/plugin-help": "^6",