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": { "repository": {
"type": "git", "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": [ "keywords": [
"vue" "vue"

View File

@ -23,7 +23,8 @@
}, },
"repository": { "repository": {
"type": "git", "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": [ "keywords": [
"vue" "vue"

View File

@ -19,7 +19,8 @@
}, },
"repository": { "repository": {
"type": "git", "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": [ "keywords": [
"vue" "vue"

View File

@ -15,7 +15,8 @@
}, },
"repository": { "repository": {
"type": "git", "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": [ "keywords": [
"vue" "vue"

View File

@ -14,7 +14,8 @@
"sideEffects": false, "sideEffects": false,
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/vuejs/vue-next.git" "url": "git+https://github.com/vuejs/vue-next.git",
"directory": "packages/reactivity"
}, },
"buildOptions": { "buildOptions": {
"name": "VueReactivity", "name": "VueReactivity",

View File

@ -19,7 +19,8 @@
"sideEffects": false, "sideEffects": false,
"repository": { "repository": {
"type": "git", "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": [ "keywords": [
"vue" "vue"

View File

@ -22,7 +22,8 @@
}, },
"repository": { "repository": {
"type": "git", "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": [ "keywords": [
"vue" "vue"

View File

@ -12,7 +12,8 @@
], ],
"repository": { "repository": {
"type": "git", "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": [ "keywords": [
"vue" "vue"

View File

@ -15,7 +15,8 @@
}, },
"repository": { "repository": {
"type": "git", "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": [ "keywords": [
"vue" "vue"

View File

@ -17,7 +17,8 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/vuejs/vue-next.git" "url": "git+https://github.com/vuejs/vue-next.git",
"directory": "packages/shared"
}, },
"keywords": [ "keywords": [
"vue" "vue"