fix(cli): update package.json meta information
This commit updates the homepage and repository URLs in the package.json file for the cli package. It also cleans up some unnecessary scripts in the "scripts" block.
This commit is contained in:
parent
f6acfc9380
commit
86618a2628
@ -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"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user