Skip to content

Commit 87f9a29

Browse files
visualfanatichaoqunjiang
authored andcommitted
chore: add repository.directory field to each package.json to specify where each package lives in a monorepo (#3397)
1 parent 45dcbc5 commit 87f9a29

File tree

24 files changed

+57
-21
lines changed

24 files changed

+57
-21
lines changed

packages/@vue/babel-preset-app/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/vuejs/vue-cli.git"
11+
"url": "git+https://github.com/vuejs/vue-cli.git",
12+
"directory": "packages/@vue/babel-preset-app"
1213
},
1314
"keywords": [
1415
"vue",

packages/@vue/cli-init/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/vuejs/vue-cli.git"
11+
"url": "git+https://github.com/vuejs/vue-cli.git",
12+
"directory": "packages/@vue/cli-init"
1213
},
1314
"keywords": [
1415
"vue",

packages/@vue/cli-overlay/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
],
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/vuejs/vue-cli.git"
11+
"url": "git+https://github.com/vuejs/vue-cli.git",
12+
"directory": "packages/@vue/cli-overlay"
1213
},
1314
"keywords": [
1415
"vue",

packages/@vue/cli-plugin-babel/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"main": "index.js",
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/vuejs/vue-cli.git"
8+
"url": "git+https://github.com/vuejs/vue-cli.git",
9+
"directory": "packages/@vue/cli-plugin-babel"
910
},
1011
"keywords": [
1112
"vue",

packages/@vue/cli-plugin-e2e-cypress/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"main": "index.js",
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/vuejs/vue-cli.git"
8+
"url": "git+https://github.com/vuejs/vue-cli.git",
9+
"directory": "packages/@vue/cli-plugin-e2e-cypress"
910
},
1011
"keywords": [
1112
"vue",

packages/@vue/cli-plugin-e2e-nightwatch/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"main": "index.js",
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/vuejs/vue-cli.git"
8+
"url": "git+https://github.com/vuejs/vue-cli.git",
9+
"directory": "packages/@vue/cli-plugin-e2e-nightwatch"
910
},
1011
"keywords": [
1112
"vue",

packages/@vue/cli-plugin-eslint/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"main": "index.js",
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/vuejs/vue-cli.git"
8+
"url": "git+https://github.com/vuejs/vue-cli.git",
9+
"directory": "packages/@vue/cli-plugin-eslint"
910
},
1011
"keywords": [
1112
"vue",

packages/@vue/cli-plugin-pwa/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"main": "index.js",
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/vuejs/vue-cli.git"
8+
"url": "git+https://github.com/vuejs/vue-cli.git",
9+
"directory": "packages/@vue/cli-plugin-pwa"
910
},
1011
"keywords": [
1112
"vue",

packages/@vue/cli-plugin-typescript/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"main": "index.js",
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/vuejs/vue-cli.git"
8+
"url": "git+https://github.com/vuejs/vue-cli.git",
9+
"directory": "packages/@vue/cli-plugin-typescript"
910
},
1011
"keywords": [
1112
"vue",

packages/@vue/cli-plugin-unit-jest/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"main": "index.js",
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/vuejs/vue-cli.git"
8+
"url": "git+https://github.com/vuejs/vue-cli.git",
9+
"directory": "packages/@vue/cli-plugin-unit-jest"
910
},
1011
"keywords": [
1112
"vue",

0 commit comments

Comments
 (0)