chore: add repository directories
This commit is contained in:
parent
bafd1eb4a2
commit
5df71b739d
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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",
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user