chore: add repository directories

This commit is contained in:
Guillaume Chau 2020-08-30 15:06:06 +02:00
parent bafd1eb4a2
commit 5df71b739d
10 changed files with 20 additions and 10 deletions

View 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"

View 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"

View 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"

View 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"

View 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",

View 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"

View 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"

View 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"

View 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"

View 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"