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"