Skip to content

Commit 2f61002

Browse files
visualfanaticulivz
authored andcommitted
chore: add repository.directory field to each package.json to specify where each package lives in a monorepo (#1250)
1 parent 7dfc0c0 commit 2f61002

File tree

22 files changed

+44
-22
lines changed

22 files changed

+44
-22
lines changed

packages/@vuepress/core/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"main": "lib/index.js",
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/vuejs/vuepress.git"
8+
"url": "git+https://github.com/vuejs/vuepress.git",
9+
"directory": "packages/@vuepress/core"
910
},
1011
"publishConfig": {
1112
"access": "public"

packages/@vuepress/markdown-loader/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/vuepress.git"
11+
"url": "git+https://github.com/vuejs/vuepress.git",
12+
"directory": "packages/@vuepress/markdown-loader"
1213
},
1314
"keywords": [
1415
"documentation",

packages/@vuepress/markdown/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/vuepress.git"
11+
"url": "git+https://github.com/vuejs/vuepress.git",
12+
"directory": "packages/@vuepress/markdown"
1213
},
1314
"keywords": [
1415
"documentation",

packages/@vuepress/plugin-active-header-links/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/vuepress.git"
11+
"url": "git+https://github.com/vuejs/vuepress.git",
12+
"directory": "packages/@vuepress/plugin-active-header-links"
1213
},
1314
"keywords": [
1415
"documentation",

packages/@vuepress/plugin-back-to-top/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/vuepress.git"
11+
"url": "git+https://github.com/vuejs/vuepress.git",
12+
"directory": "packages/@vuepress/plugin-back-to-top"
1213
},
1314
"keywords": [
1415
"documentation",

packages/@vuepress/plugin-blog/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/vuepress.git"
11+
"url": "git+https://github.com/vuejs/vuepress.git",
12+
"directory": "packages/@vuepress/plugin-blog"
1213
},
1314
"keywords": [
1415
"documentation",

packages/@vuepress/plugin-google-analytics/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/vuepress.git"
11+
"url": "git+https://github.com/vuejs/vuepress.git",
12+
"directory": "packages/@vuepress/plugin-google-analytics"
1213
},
1314
"keywords": [
1415
"documentation",

packages/@vuepress/plugin-i18n-ui/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/vuepress.git"
11+
"url": "git+https://github.com/vuejs/vuepress.git",
12+
"directory": "packages/@vuepress/plugin-i18n-ui"
1213
},
1314
"keywords": [
1415
"documentation",

packages/@vuepress/plugin-last-updated/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/vuepress.git"
11+
"url": "git+https://github.com/vuejs/vuepress.git",
12+
"directory": "packages/@vuepress/plugin-last-updated"
1213
},
1314
"keywords": [
1415
"documentation",

packages/@vuepress/plugin-medium-zoom/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/vuepress.git"
11+
"url": "git+https://github.com/vuejs/vuepress.git",
12+
"directory": "packages/@vuepress/plugin-medium-zoom"
1213
},
1314
"keywords": [
1415
"documentation",

packages/@vuepress/plugin-notification/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/vuepress.git"
11+
"url": "git+https://github.com/vuejs/vuepress.git",
12+
"directory": "packages/@vuepress/plugin-notification"
1213
},
1314
"keywords": [
1415
"documentation",

packages/@vuepress/plugin-nprogress/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/vuepress.git"
11+
"url": "git+https://github.com/vuejs/vuepress.git",
12+
"directory": "packages/@vuepress/plugin-nprogress"
1213
},
1314
"keywords": [
1415
"documentation",

packages/@vuepress/plugin-pagination/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/vuepress.git"
11+
"url": "git+https://github.com/vuejs/vuepress.git",
12+
"directory": "packages/@vuepress/plugin-pagination"
1213
},
1314
"keywords": [
1415
"documentation",

packages/@vuepress/plugin-pwa/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/vuepress.git"
11+
"url": "git+https://github.com/vuejs/vuepress.git",
12+
"directory": "packages/@vuepress/plugin-pwa"
1213
},
1314
"keywords": [
1415
"documentation",

packages/@vuepress/plugin-register-components/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/vuepress.git"
11+
"url": "git+https://github.com/vuejs/vuepress.git",
12+
"directory": "packages/@vuepress/plugin-register-components"
1213
},
1314
"keywords": [
1415
"documentation",

packages/@vuepress/plugin-search/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/vuepress.git"
11+
"url": "git+https://github.com/vuejs/vuepress.git",
12+
"directory": "packages/@vuepress/plugin-search"
1213
},
1314
"keywords": [
1415
"documentation",

packages/@vuepress/shared-utils/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/vuepress.git"
20+
"url": "git+https://github.com/vuejs/vuepress.git",
21+
"directory": "packages/@vuepress/shared-utils"
2122
},
2223
"keywords": [
2324
"documentation",

packages/@vuepress/test-utils/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
},
88
"repository": {
99
"type": "git",
10-
"url": "git+https://github.com/vuejs/vuepress.git"
10+
"url": "git+https://github.com/vuejs/vuepress.git",
11+
"directory": "packages/@vuepress/test-utils"
1112
},
1213
"keywords": [
1314
"documentation",

packages/@vuepress/theme-blog/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "git+https://github.com/vuejs/vuepress.git"
12+
"url": "git+https://github.com/vuejs/vuepress.git",
13+
"directory": "packages/@vuepress/theme-blog"
1314
},
1415
"keywords": [
1516
"documentation",

packages/@vuepress/theme-default/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/vuepress.git"
11+
"url": "git+https://github.com/vuejs/vuepress.git",
12+
"directory": "packages/@vuepress/theme-default"
1213
},
1314
"keywords": [
1415
"documentation",

packages/@vuepress/theme-vue/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "git+https://github.com/vuejs/vuepress.git"
12+
"url": "git+https://github.com/vuejs/vuepress.git",
13+
"directory": "packages/@vuepress/theme-vue"
1314
},
1415
"keywords": [
1516
"documentation",

packages/vuepress/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/vuepress.git"
8+
"url": "git+https://github.com/vuejs/vuepress.git",
9+
"directory": "packages/vuepress"
910
},
1011
"keywords": [
1112
"documentation",

0 commit comments

Comments
 (0)