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.
22 lines
665 B
JSON
22 lines
665 B
JSON
{
|
|
"name": "ui",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/pswui/ui",
|
|
"author": "p-sw <shinwoo.park@psw.kr>",
|
|
"license": "MIT",
|
|
"workspaces": [
|
|
"packages/*",
|
|
"components"
|
|
],
|
|
"scripts": {
|
|
"react": "yarn workspace react",
|
|
"cli": "yarn workspace @psw-ui/cli",
|
|
"react:build": "yarn workspace react build",
|
|
"react:dev": "yarn workspace react dev",
|
|
"cli:build": "yarn workspace @psw-ui/cli build"
|
|
},
|
|
"private": true,
|
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
}
|