]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: add repository directories
authorGuillaume Chau <guillaume.b.chau@gmail.com>
Sun, 30 Aug 2020 13:06:06 +0000 (15:06 +0200)
committerGuillaume Chau <guillaume.b.chau@gmail.com>
Sun, 30 Aug 2020 13:06:06 +0000 (15:06 +0200)
packages/compiler-core/package.json
packages/compiler-dom/package.json
packages/compiler-sfc/package.json
packages/compiler-ssr/package.json
packages/reactivity/package.json
packages/runtime-core/package.json
packages/runtime-dom/package.json
packages/runtime-test/package.json
packages/server-renderer/package.json
packages/shared/package.json

index c2f95aa2916a5fcb8dc25ecc2050ba3b84b4cd64..28d488b55920cdb2743ae65499b384c2916c2758 100644 (file)
@@ -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"
index bf97c79a8453b160740e605a329191c2f58f4f6f..52e58b1efc3ca0e2d24f379e4742f8032aac419c 100644 (file)
@@ -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"
index 180aa68fab7b788c6ee84c8361d9a381f578c5ec..e1fd6e92c032cdbced6d7c84bf2ae942147ca7e2 100644 (file)
@@ -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"
index 326a870755748b508c0d83594ee188a829fac421..1d237a245342a21c719288726565b5e6cf814abc 100644 (file)
@@ -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"
index 17f6d6c6dcb774b41f5e8d4cf04d9920a1e665e4..c197f8ba859b9012437c03ec286ab782094dae64 100644 (file)
@@ -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",
index 0d1006c397a674312bbb0dad40def967f0da9aca..e6e527d3eb02b4fa06db5bc16d80e8f1e0509778 100644 (file)
@@ -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"
index afa0ee89ddb359cedd1f6bd4d162c39209cbbe1d..e4e24f0f3f882f24e403a311fb411b125e289f0c 100644 (file)
@@ -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"
index db2a695085ef76747f73f1fec5ae369977bfc0ae..d67a2aa502859648e349b03b86c67b16fe2ec717 100644 (file)
@@ -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"
index 2f16dcf285d06711cfd065f8e9a47e65522c3314..3f0d893bade46066c4d2e9995a89b4b18de0016b 100644 (file)
@@ -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"
index dccd6c8b20413fe4174af694bccc80682391b4c2..0b9bf4f1f4f50aaab40de864afa03224506ef47b 100644 (file)
@@ -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"