diff --git a/packages/cli/package.json b/packages/cli/package.json index e0c0432..aa018a9 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -43,7 +43,7 @@ "/dist", "/oclif.manifest.json" ], - "homepage": "https://github.com/p-sw/ui", + "homepage": "https://ui.psw.kr", "keywords": [ "oclif" ], @@ -64,13 +64,10 @@ } } }, - "repository": "p-sw/ui", + "repository": "pswui/ui", "scripts": { "build": "shx rm -rf dist && tsc", - "lint": "eslint . --ext .ts", - "postpack": "shx rm -f oclif.manifest.json", - "prepack": "oclif manifest && oclif readme", - "version": "oclif readme && git add README.md" + "lint": "eslint . --ext .ts" }, "types": "dist/index.d.ts" }