From 5df71b739de77195f77b66022db1409ac77cbc29 Mon Sep 17 00:00:00 2001 From: Guillaume Chau Date: Sun, 30 Aug 2020 15:06:06 +0200 Subject: [PATCH] chore: add repository directories --- packages/compiler-core/package.json | 3 ++- packages/compiler-dom/package.json | 3 ++- packages/compiler-sfc/package.json | 3 ++- packages/compiler-ssr/package.json | 3 ++- packages/reactivity/package.json | 3 ++- packages/runtime-core/package.json | 3 ++- packages/runtime-dom/package.json | 3 ++- packages/runtime-test/package.json | 3 ++- packages/server-renderer/package.json | 3 ++- packages/shared/package.json | 3 ++- 10 files changed, 20 insertions(+), 10 deletions(-) diff --git a/packages/compiler-core/package.json b/packages/compiler-core/package.json index c2f95aa291..28d488b559 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 bf97c79a84..52e58b1efc 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 180aa68fab..e1fd6e92c0 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 326a870755..1d237a2453 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 17f6d6c6dc..c197f8ba85 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 0d1006c397..e6e527d3eb 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 afa0ee89dd..e4e24f0f3f 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 db2a695085..d67a2aa502 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 2f16dcf285..3f0d893bad 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 dccd6c8b20..0b9bf4f1f4 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" -- 2.47.2