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:
parent
367f6ca32d
commit
610979f9fa
@ -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": [
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user