chore: update repository config for console packages (#4495)

#### What type of PR is this?

/area console
/kind cleanup

#### What this PR does / why we need it:

更新 Console 中 package.json 文件的 repository 设置。

#### Does this PR introduce a user-facing change?

```release-note
None
```
pull/4460/head^2
Ryan Wang 2023-08-27 22:30:14 -05:00 committed by GitHub
parent a28c9a9781
commit 24d1d9460c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 6 deletions

View File

@ -19,6 +19,15 @@
"url": "https://github.com/ruibaby" "url": "https://github.com/ruibaby"
} }
], ],
"repository": {
"type": "git",
"url": "https://github.com/halo-dev/halo.git",
"directory": "console/packages/api-client"
},
"bugs": {
"url": "https://github.com/halo-dev/halo/issues"
},
"homepage": "https://github.com/halo-dev/halo/tree/main/console/packages/api-client#readme",
"license": "GPL-3.0", "license": "GPL-3.0",
"exports": { "exports": {
".": { ".": {

View File

@ -35,13 +35,13 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/halo-dev/console.git", "url": "https://github.com/halo-dev/halo.git",
"directory": "packages/components" "directory": "console/packages/components"
}, },
"bugs": { "bugs": {
"url": "https://github.com/halo-dev/halo/issues" "url": "https://github.com/halo-dev/halo/issues"
}, },
"homepage": "https://github.com/halo-dev/console/tree/main/packages/components#readme", "homepage": "https://github.com/halo-dev/halo/tree/main/console/packages/components#readme",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@histoire/plugin-vue": "^0.11.7", "@histoire/plugin-vue": "^0.11.7",

View File

@ -29,13 +29,13 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/halo-dev/console.git", "url": "https://github.com/halo-dev/halo.git",
"directory": "packages/shared" "directory": "console/packages/shared"
}, },
"bugs": { "bugs": {
"url": "https://github.com/halo-dev/halo/issues" "url": "https://github.com/halo-dev/halo/issues"
}, },
"homepage": "https://github.com/halo-dev/console/tree/main/packages/shared#readme", "homepage": "https://github.com/halo-dev/halo/tree/main/console/packages/shared#readme",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"vite-plugin-dts": "^2.3.0" "vite-plugin-dts": "^2.3.0"