diff --git a/packages/core/package.json b/packages/core/package.json index 4aa0a607..b2aff106 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -16,6 +16,11 @@ "dist", "server.d.ts" ], + "repository": { + "directory": "packages/core", + "type": "git", + "url": "git+https://github.com/vuejs/devtools-next.git" + }, "scripts": { "build": "tsup --clean", "prepare:type": "tsup --dts-only", diff --git a/packages/devtools-kit/package.json b/packages/devtools-kit/package.json index cf74ff75..a5dc79e2 100644 --- a/packages/devtools-kit/package.json +++ b/packages/devtools-kit/package.json @@ -17,6 +17,11 @@ "**.d.ts", "dist" ], + "repository": { + "directory": "packages/devtools-kit", + "type": "git", + "url": "git+https://github.com/vuejs/devtools-next.git" + }, "scripts": { "build": "tsup --clean", "prepare:type": "tsup --dts-only", diff --git a/packages/shared/package.json b/packages/shared/package.json index 2ac6d9dd..9cf81936 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -15,6 +15,11 @@ "files": [ "dist" ], + "repository": { + "directory": "packages/shared", + "type": "git", + "url": "git+https://github.com/vuejs/devtools-next.git" + }, "scripts": { "build": "tsup", "prepare:type": "tsup --dts-only",