diff --git a/packages/compiler-core/package.json b/packages/compiler-core/package.json index c2f95aa29..28d488b55 100644 --- a/packages/compiler-core/package.json +++ b/packages/compiler-core/package.json @@ -18,7 +18,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/vuejs/vue-next.git" + "url": "git+https://github.com/vuejs/vue-next.git", + "directory": "packages/compiler-core" }, "keywords": [ "vue" diff --git a/packages/compiler-dom/package.json b/packages/compiler-dom/package.json index bf97c79a8..52e58b1ef 100644 --- a/packages/compiler-dom/package.json +++ b/packages/compiler-dom/package.json @@ -23,7 +23,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/vuejs/vue-next.git" + "url": "git+https://github.com/vuejs/vue-next.git", + "directory": "packages/compiler-dom" }, "keywords": [ "vue" diff --git a/packages/compiler-sfc/package.json b/packages/compiler-sfc/package.json index 180aa68fa..e1fd6e92c 100644 --- a/packages/compiler-sfc/package.json +++ b/packages/compiler-sfc/package.json @@ -19,7 +19,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/vuejs/vue-next.git" + "url": "git+https://github.com/vuejs/vue-next.git", + "directory": "packages/compiler-sfc" }, "keywords": [ "vue" diff --git a/packages/compiler-ssr/package.json b/packages/compiler-ssr/package.json index 326a87075..1d237a245 100644 --- a/packages/compiler-ssr/package.json +++ b/packages/compiler-ssr/package.json @@ -15,7 +15,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/vuejs/vue-next.git" + "url": "git+https://github.com/vuejs/vue-next.git", + "directory": "packages/compiler-ssr" }, "keywords": [ "vue" diff --git a/packages/reactivity/package.json b/packages/reactivity/package.json index 17f6d6c6d..c197f8ba8 100644 --- a/packages/reactivity/package.json +++ b/packages/reactivity/package.json @@ -14,7 +14,8 @@ "sideEffects": false, "repository": { "type": "git", - "url": "git+https://github.com/vuejs/vue-next.git" + "url": "git+https://github.com/vuejs/vue-next.git", + "directory": "packages/reactivity" }, "buildOptions": { "name": "VueReactivity", diff --git a/packages/runtime-core/package.json b/packages/runtime-core/package.json index 0d1006c39..e6e527d3e 100644 --- a/packages/runtime-core/package.json +++ b/packages/runtime-core/package.json @@ -19,7 +19,8 @@ "sideEffects": false, "repository": { "type": "git", - "url": "git+https://github.com/vuejs/vue-next.git" + "url": "git+https://github.com/vuejs/vue-next.git", + "directory": "packages/runtime-core" }, "keywords": [ "vue" diff --git a/packages/runtime-dom/package.json b/packages/runtime-dom/package.json index afa0ee89d..e4e24f0f3 100644 --- a/packages/runtime-dom/package.json +++ b/packages/runtime-dom/package.json @@ -22,7 +22,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/vuejs/vue-next.git" + "url": "git+https://github.com/vuejs/vue-next.git", + "directory": "packages/runtime-dom" }, "keywords": [ "vue" diff --git a/packages/runtime-test/package.json b/packages/runtime-test/package.json index db2a69508..d67a2aa50 100644 --- a/packages/runtime-test/package.json +++ b/packages/runtime-test/package.json @@ -12,7 +12,8 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/vuejs/vue-next.git" + "url": "git+https://github.com/vuejs/vue-next.git", + "directory": "packages/runtime-test" }, "keywords": [ "vue" diff --git a/packages/server-renderer/package.json b/packages/server-renderer/package.json index 2f16dcf28..3f0d893ba 100644 --- a/packages/server-renderer/package.json +++ b/packages/server-renderer/package.json @@ -15,7 +15,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/vuejs/vue-next.git" + "url": "git+https://github.com/vuejs/vue-next.git", + "directory": "packages/server-renderer" }, "keywords": [ "vue" diff --git a/packages/shared/package.json b/packages/shared/package.json index dccd6c8b2..0b9bf4f1f 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -17,7 +17,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/vuejs/vue-next.git" + "url": "git+https://github.com/vuejs/vue-next.git", + "directory": "packages/shared" }, "keywords": [ "vue"