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.
This commit is contained in:
p-sw 2024-06-07 08:46:44 +09:00
parent 367f6ca32d
commit 610979f9fa
2 changed files with 2 additions and 2 deletions

View File

@ -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 <shinwoo.park@psw.kr>",
"license": "MIT",
"workspaces": [

View File

@ -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",