提交 2f61002c 编写于 作者: D Damian Stasik 提交者: ULIVZ

chore: add `repository.directory` field to each `package.json` to specify...

chore: add `repository.directory` field to each `package.json` to specify where each package lives in a monorepo (#1250)
上级 7dfc0c07
......@@ -5,7 +5,8 @@
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vuepress.git"
"url": "git+https://github.com/vuejs/vuepress.git",
"directory": "packages/@vuepress/core"
},
"publishConfig": {
"access": "public"
......
......@@ -8,7 +8,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vuepress.git"
"url": "git+https://github.com/vuejs/vuepress.git",
"directory": "packages/@vuepress/markdown-loader"
},
"keywords": [
"documentation",
......
......@@ -8,7 +8,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vuepress.git"
"url": "git+https://github.com/vuejs/vuepress.git",
"directory": "packages/@vuepress/markdown"
},
"keywords": [
"documentation",
......
......@@ -8,7 +8,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vuepress.git"
"url": "git+https://github.com/vuejs/vuepress.git",
"directory": "packages/@vuepress/plugin-active-header-links"
},
"keywords": [
"documentation",
......
......@@ -8,7 +8,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vuepress.git"
"url": "git+https://github.com/vuejs/vuepress.git",
"directory": "packages/@vuepress/plugin-back-to-top"
},
"keywords": [
"documentation",
......
......@@ -8,7 +8,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vuepress.git"
"url": "git+https://github.com/vuejs/vuepress.git",
"directory": "packages/@vuepress/plugin-blog"
},
"keywords": [
"documentation",
......
......@@ -8,7 +8,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vuepress.git"
"url": "git+https://github.com/vuejs/vuepress.git",
"directory": "packages/@vuepress/plugin-google-analytics"
},
"keywords": [
"documentation",
......
......@@ -8,7 +8,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vuepress.git"
"url": "git+https://github.com/vuejs/vuepress.git",
"directory": "packages/@vuepress/plugin-i18n-ui"
},
"keywords": [
"documentation",
......
......@@ -8,7 +8,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vuepress.git"
"url": "git+https://github.com/vuejs/vuepress.git",
"directory": "packages/@vuepress/plugin-last-updated"
},
"keywords": [
"documentation",
......
......@@ -8,7 +8,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vuepress.git"
"url": "git+https://github.com/vuejs/vuepress.git",
"directory": "packages/@vuepress/plugin-medium-zoom"
},
"keywords": [
"documentation",
......
......@@ -8,7 +8,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vuepress.git"
"url": "git+https://github.com/vuejs/vuepress.git",
"directory": "packages/@vuepress/plugin-notification"
},
"keywords": [
"documentation",
......
......@@ -8,7 +8,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vuepress.git"
"url": "git+https://github.com/vuejs/vuepress.git",
"directory": "packages/@vuepress/plugin-nprogress"
},
"keywords": [
"documentation",
......
......@@ -8,7 +8,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vuepress.git"
"url": "git+https://github.com/vuejs/vuepress.git",
"directory": "packages/@vuepress/plugin-pagination"
},
"keywords": [
"documentation",
......
......@@ -8,7 +8,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vuepress.git"
"url": "git+https://github.com/vuejs/vuepress.git",
"directory": "packages/@vuepress/plugin-pwa"
},
"keywords": [
"documentation",
......
......@@ -8,7 +8,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vuepress.git"
"url": "git+https://github.com/vuejs/vuepress.git",
"directory": "packages/@vuepress/plugin-register-components"
},
"keywords": [
"documentation",
......
......@@ -8,7 +8,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vuepress.git"
"url": "git+https://github.com/vuejs/vuepress.git",
"directory": "packages/@vuepress/plugin-search"
},
"keywords": [
"documentation",
......
......@@ -17,7 +17,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vuepress.git"
"url": "git+https://github.com/vuejs/vuepress.git",
"directory": "packages/@vuepress/shared-utils"
},
"keywords": [
"documentation",
......
......@@ -7,7 +7,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vuepress.git"
"url": "git+https://github.com/vuejs/vuepress.git",
"directory": "packages/@vuepress/test-utils"
},
"keywords": [
"documentation",
......
......@@ -9,7 +9,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vuepress.git"
"url": "git+https://github.com/vuejs/vuepress.git",
"directory": "packages/@vuepress/theme-blog"
},
"keywords": [
"documentation",
......
......@@ -8,7 +8,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vuepress.git"
"url": "git+https://github.com/vuejs/vuepress.git",
"directory": "packages/@vuepress/theme-default"
},
"keywords": [
"documentation",
......
......@@ -9,7 +9,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vuepress.git"
"url": "git+https://github.com/vuejs/vuepress.git",
"directory": "packages/@vuepress/theme-vue"
},
"keywords": [
"documentation",
......
......@@ -5,7 +5,8 @@
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vuepress.git"
"url": "git+https://github.com/vuejs/vuepress.git",
"directory": "packages/vuepress"
},
"keywords": [
"documentation",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册