Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add repository.directory fields (fixes #13946) #14059

Merged
merged 1 commit into from
Feb 24, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add repository.directory fields (fixes #13946)
  • Loading branch information
Ned Zimmerman committed Feb 22, 2019
commit 8fe3526daf502223ccd62110e017e7d3894f0c77
3 changes: 2 additions & 1 deletion packages/a11y/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/a11y/README.md",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/gutenberg.git"
"url": "https://github.com/WordPress/gutenberg.git",
"directory": "packages/a11y"
},
"bugs": {
"url": "https://github.com/WordPress/gutenberg/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/annotations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/annotations/README.md",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/gutenberg.git"
"url": "https://github.com/WordPress/gutenberg.git",
"directory": "packages/annotations"
},
"bugs": {
"url": "https://github.com/WordPress/gutenberg/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/api-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/api-fetch/README.md",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/gutenberg.git"
"url": "https://github.com/WordPress/gutenberg.git",
"directory": "packages/api-fetch"
},
"bugs": {
"url": "https://github.com/WordPress/gutenberg/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/autop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/autop/README.md",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/gutenberg.git"
"url": "https://github.com/WordPress/gutenberg.git",
"directory": "packages/autop"
},
"bugs": {
"url": "https://github.com/WordPress/gutenberg/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/babel-plugin-import-jsx-pragma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/babel-plugin-import-jsx-pragma/README.md",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/gutenberg.git"
"url": "https://github.com/WordPress/gutenberg.git",
"directory": "packages/babel-plugin-import-jsx-pragma"
},
"bugs": {
"url": "https://github.com/WordPress/gutenberg/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/babel-plugin-makepot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/babel-plugin-makepot/README.md",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/gutenberg.git"
"url": "https://github.com/WordPress/gutenberg.git",
"directory": "packages/babel-plugin-makepot"
},
"bugs": {
"url": "https://github.com/WordPress/gutenberg/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/babel-preset-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/babel-preset-default/README.md",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/gutenberg.git"
"url": "https://github.com/WordPress/gutenberg.git",
"directory": "packages/babel-preset-default"
},
"bugs": {
"url": "https://github.com/WordPress/gutenberg/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/blob/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/blob/README.md",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/gutenberg.git"
"url": "https://github.com/WordPress/gutenberg.git",
"directory": "packages/blob"
},
"bugs": {
"url": "https://github.com/WordPress/gutenberg/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/block-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/block-editor/README.md",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/gutenberg.git"
"url": "https://github.com/WordPress/gutenberg.git",
"directory": "packages/block-editor"
},
"bugs": {
"url": "https://github.com/WordPress/gutenberg/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/block-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/block-library/README.md",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/gutenberg.git"
"url": "https://github.com/WordPress/gutenberg.git",
"directory": "packages/block-library"
},
"bugs": {
"url": "https://github.com/WordPress/gutenberg/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/block-serialization-default-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/block-serialization-default-parser/README.md",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/gutenberg.git"
"url": "https://github.com/WordPress/gutenberg.git",
"directory": "packages/block-serialization-default-parser"
},
"bugs": {
"url": "https://github.com/WordPress/gutenberg/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/block-serialization-spec-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/block-serialization-spec-parser/README.md",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/gutenberg.git"
"url": "https://github.com/WordPress/gutenberg.git",
"directory": "packages/block-serialization-spec-parser"
},
"bugs": {
"url": "https://github.com/WordPress/gutenberg/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/blocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/blocks/README.md",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/gutenberg.git"
"url": "https://github.com/WordPress/gutenberg.git",
"directory": "packages/blocks"
},
"bugs": {
"url": "https://github.com/WordPress/gutenberg/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/browserslist-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/browserslist-config/README.md",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/gutenberg.git"
"url": "https://github.com/WordPress/gutenberg.git",
"directory": "packages/browserslist-config"
},
"bugs": {
"url": "https://github.com/WordPress/gutenberg/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/components/README.md",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/gutenberg.git"
"url": "https://github.com/WordPress/gutenberg.git",
"directory": "packages/components"
},
"bugs": {
"url": "https://github.com/WordPress/gutenberg/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/compose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/compose/README.md",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/gutenberg.git"
"url": "https://github.com/WordPress/gutenberg.git",
"directory": "packages/compose"
},
"bugs": {
"url": "https://github.com/WordPress/gutenberg/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/core-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/core-data/README.md",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/gutenberg.git"
"url": "https://github.com/WordPress/gutenberg.git",
"directory": "packages/core-data"
},
"bugs": {
"url": "https://github.com/WordPress/gutenberg/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/custom-templated-path-webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"homepage": "https://github.com/WordPress/gutenberg/blob/master/packages/custom-templated-path-webpack-plugin/README.md",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/gutenberg.git"
"url": "https://github.com/WordPress/gutenberg.git",
"directory": "packages/custom-templated-path-webpack-plugin"
},
"bugs": {
"url": "https://github.com/WordPress/gutenberg/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/data/README.md",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/gutenberg.git"
"url": "https://github.com/WordPress/gutenberg.git",
"directory": "packages/data"
},
"bugs": {
"url": "https://github.com/WordPress/gutenberg/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/date/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/date/README.md",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/gutenberg.git"
"url": "https://github.com/WordPress/gutenberg.git",
"directory": "packages/date"
},
"bugs": {
"url": "https://github.com/WordPress/gutenberg/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/deprecated/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/deprecated/README.md",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/gutenberg.git"
"url": "https://github.com/WordPress/gutenberg.git",
"directory": "packages/deprecated"
},
"bugs": {
"url": "https://github.com/WordPress/gutenberg/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/dom-ready/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/dom-ready/README.md",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/gutenberg.git"
"url": "https://github.com/WordPress/gutenberg.git",
"directory": "packages/dom-ready"
},
"bugs": {
"url": "https://github.com/WordPress/gutenberg/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/dom/README.md",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/gutenberg.git"
"url": "https://github.com/WordPress/gutenberg.git",
"directory": "packages/dom"
},
"bugs": {
"url": "https://github.com/WordPress/gutenberg/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/e2e-test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/e2e-test-utils/README.md",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/gutenberg.git"
"url": "https://github.com/WordPress/gutenberg.git",
"directory": "packages/e2e-test-utils"
},
"bugs": {
"url": "https://github.com/WordPress/gutenberg/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/e2e-tests/README.md",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/gutenberg.git"
"url": "https://github.com/WordPress/gutenberg.git",
"directory": "packages/e2e-tests"
},
"bugs": {
"url": "https://github.com/WordPress/gutenberg/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/edit-post/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/edit-post/README.md",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/gutenberg.git"
"url": "https://github.com/WordPress/gutenberg.git",
"directory": "packages/edit-post"
},
"bugs": {
"url": "https://github.com/WordPress/gutenberg/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/edit-widgets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/edit-widgets/README.md",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/gutenberg.git"
"url": "https://github.com/WordPress/gutenberg.git",
"directory": "packages/edit-widgets"
},
"bugs": {
"url": "https://github.com/WordPress/gutenberg/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/editor/README.md",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/gutenberg.git"
"url": "https://github.com/WordPress/gutenberg.git",
"directory": "packages/editor"
},
"bugs": {
"url": "https://github.com/WordPress/gutenberg/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/element/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/element/README.md",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/gutenberg.git"
"url": "https://github.com/WordPress/gutenberg.git",
"directory": "packages/element"
},
"bugs": {
"url": "https://github.com/WordPress/gutenberg/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/escape-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/escape-html/README.md",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/gutenberg.git"
"url": "https://github.com/WordPress/gutenberg.git",
"directory": "packages/escape-html"
},
"bugs": {
"url": "https://github.com/WordPress/gutenberg/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/eslint-plugin/README.md",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/gutenberg.git"
"url": "https://github.com/WordPress/gutenberg.git",
"directory": "packages/eslint-plugin"
},
"bugs": {
"url": "https://github.com/WordPress/gutenberg/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/format-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/format-library/README.md",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/gutenberg.git"
"url": "https://github.com/WordPress/gutenberg.git",
"directory": "packages/format-library"
},
"bugs": {
"url": "https://github.com/WordPress/gutenberg/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/hooks/README.md",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/gutenberg.git"
"url": "https://github.com/WordPress/gutenberg.git",
"directory": "packages/hooks"
},
"bugs": {
"url": "https://github.com/WordPress/gutenberg/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/html-entities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/html-entities/README.md",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/gutenberg.git"
"url": "https://github.com/WordPress/gutenberg.git",
"directory": "packages/html-entities"
},
"bugs": {
"url": "https://github.com/WordPress/gutenberg/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/i18n/README.md",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/gutenberg.git"
"url": "https://github.com/WordPress/gutenberg.git",
"directory": "packages/i18n"
},
"bugs": {
"url": "https://github.com/WordPress/gutenberg/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/is-shallow-equal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/is-shallow-equal/README.md",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/gutenberg.git"
"url": "https://github.com/WordPress/gutenberg.git",
"directory": "packages/is-shallow-equal"
},
"bugs": {
"url": "https://github.com/WordPress/gutenberg/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/jest-console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/jest-console/README.md",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/gutenberg.git"
"url": "https://github.com/WordPress/gutenberg.git",
"directory": "packages/jest-console"
},
"bugs": {
"url": "https://github.com/WordPress/gutenberg/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/jest-preset-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/jest-preset-default/README.md",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/gutenberg.git"
"url": "https://github.com/WordPress/gutenberg.git",
"directory": "packages/jest-preset-default"
},
"bugs": {
"url": "https://github.com/WordPress/gutenberg/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/jest-puppeteer-axe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/jest-puppeteer-axe/README.md",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/gutenberg.git"
"url": "https://github.com/WordPress/gutenberg.git",
"directory": "packages/jest-puppeteer-axe"
},
"bugs": {
"url": "https://github.com/WordPress/gutenberg/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/keycodes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/keycodes/README.md",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/gutenberg.git"
"url": "https://github.com/WordPress/gutenberg.git",
"directory": "packages/keycodes"
},
"bugs": {
"url": "https://github.com/WordPress/gutenberg/issues"
Expand Down
Loading