From 24d1d9460c66448d279a3e26a66ca0e132fb60a3 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Sun, 27 Aug 2023 22:30:14 -0500 Subject: [PATCH] chore: update repository config for console packages (#4495) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### 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 ``` --- console/packages/api-client/package.json | 9 +++++++++ console/packages/components/package.json | 6 +++--- console/packages/shared/package.json | 6 +++--- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/console/packages/api-client/package.json b/console/packages/api-client/package.json index 1dc0e3836..c9db43ebc 100644 --- a/console/packages/api-client/package.json +++ b/console/packages/api-client/package.json @@ -19,6 +19,15 @@ "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", "exports": { ".": { diff --git a/console/packages/components/package.json b/console/packages/components/package.json index ae570591e..faffb465f 100644 --- a/console/packages/components/package.json +++ b/console/packages/components/package.json @@ -35,13 +35,13 @@ }, "repository": { "type": "git", - "url": "https://github.com/halo-dev/console.git", - "directory": "packages/components" + "url": "https://github.com/halo-dev/halo.git", + "directory": "console/packages/components" }, "bugs": { "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", "devDependencies": { "@histoire/plugin-vue": "^0.11.7", diff --git a/console/packages/shared/package.json b/console/packages/shared/package.json index 86ffe92d1..3508aa63b 100644 --- a/console/packages/shared/package.json +++ b/console/packages/shared/package.json @@ -29,13 +29,13 @@ }, "repository": { "type": "git", - "url": "https://github.com/halo-dev/console.git", - "directory": "packages/shared" + "url": "https://github.com/halo-dev/halo.git", + "directory": "console/packages/shared" }, "bugs": { "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", "devDependencies": { "vite-plugin-dts": "^2.3.0"