Преглед на файлове

chore: add repository directories

Guillaume Chau преди 5 години
родител
ревизия
5df71b739d

+ 2 - 1
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"

+ 2 - 1
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"

+ 2 - 1
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"

+ 2 - 1
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"

+ 2 - 1
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",

+ 2 - 1
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"

+ 2 - 1
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"

+ 2 - 1
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"

+ 2 - 1
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"

+ 2 - 1
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"