Skip to content

Commit 5df71b7

Browse files
committed
chore: add repository directories
1 parent bafd1eb commit 5df71b7

File tree

10 files changed

+20
-10
lines changed

10 files changed

+20
-10
lines changed

packages/compiler-core/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
},
1919
"repository": {
2020
"type": "git",
21-
"url": "git+https://github.com/vuejs/vue-next.git"
21+
"url": "git+https://github.com/vuejs/vue-next.git",
22+
"directory": "packages/compiler-core"
2223
},
2324
"keywords": [
2425
"vue"

packages/compiler-dom/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
},
2424
"repository": {
2525
"type": "git",
26-
"url": "git+https://github.com/vuejs/vue-next.git"
26+
"url": "git+https://github.com/vuejs/vue-next.git",
27+
"directory": "packages/compiler-dom"
2728
},
2829
"keywords": [
2930
"vue"

packages/compiler-sfc/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
},
2020
"repository": {
2121
"type": "git",
22-
"url": "git+https://github.com/vuejs/vue-next.git"
22+
"url": "git+https://github.com/vuejs/vue-next.git",
23+
"directory": "packages/compiler-sfc"
2324
},
2425
"keywords": [
2526
"vue"

packages/compiler-ssr/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
},
1616
"repository": {
1717
"type": "git",
18-
"url": "git+https://github.com/vuejs/vue-next.git"
18+
"url": "git+https://github.com/vuejs/vue-next.git",
19+
"directory": "packages/compiler-ssr"
1920
},
2021
"keywords": [
2122
"vue"

packages/reactivity/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"sideEffects": false,
1515
"repository": {
1616
"type": "git",
17-
"url": "git+https://github.com/vuejs/vue-next.git"
17+
"url": "git+https://github.com/vuejs/vue-next.git",
18+
"directory": "packages/reactivity"
1819
},
1920
"buildOptions": {
2021
"name": "VueReactivity",

packages/runtime-core/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"sideEffects": false,
2020
"repository": {
2121
"type": "git",
22-
"url": "git+https://github.com/vuejs/vue-next.git"
22+
"url": "git+https://github.com/vuejs/vue-next.git",
23+
"directory": "packages/runtime-core"
2324
},
2425
"keywords": [
2526
"vue"

packages/runtime-dom/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
},
2323
"repository": {
2424
"type": "git",
25-
"url": "git+https://github.com/vuejs/vue-next.git"
25+
"url": "git+https://github.com/vuejs/vue-next.git",
26+
"directory": "packages/runtime-dom"
2627
},
2728
"keywords": [
2829
"vue"

packages/runtime-test/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
],
1313
"repository": {
1414
"type": "git",
15-
"url": "git+https://github.com/vuejs/vue-next.git"
15+
"url": "git+https://github.com/vuejs/vue-next.git",
16+
"directory": "packages/runtime-test"
1617
},
1718
"keywords": [
1819
"vue"

packages/server-renderer/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
},
1616
"repository": {
1717
"type": "git",
18-
"url": "git+https://github.com/vuejs/vue-next.git"
18+
"url": "git+https://github.com/vuejs/vue-next.git",
19+
"directory": "packages/server-renderer"
1920
},
2021
"keywords": [
2122
"vue"

packages/shared/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
},
1818
"repository": {
1919
"type": "git",
20-
"url": "git+https://github.com/vuejs/vue-next.git"
20+
"url": "git+https://github.com/vuejs/vue-next.git",
21+
"directory": "packages/shared"
2122
},
2223
"keywords": [
2324
"vue"

0 commit comments

Comments
 (0)