mirror of https://github.com/halo-dev/halo
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
parent
a28c9a9781
commit
24d1d9460c
|
@ -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": {
|
||||||
".": {
|
".": {
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue