From 8fe3526daf502223ccd62110e017e7d3894f0c77 Mon Sep 17 00:00:00 2001 From: Ned Zimmerman Date: Fri, 22 Feb 2019 12:50:37 -0400 Subject: [PATCH] Add repository.directory fields (fixes #13946) --- packages/a11y/package.json | 3 ++- packages/annotations/package.json | 3 ++- packages/api-fetch/package.json | 3 ++- packages/autop/package.json | 3 ++- packages/babel-plugin-import-jsx-pragma/package.json | 3 ++- packages/babel-plugin-makepot/package.json | 3 ++- packages/babel-preset-default/package.json | 3 ++- packages/blob/package.json | 3 ++- packages/block-editor/package.json | 3 ++- packages/block-library/package.json | 3 ++- packages/block-serialization-default-parser/package.json | 3 ++- packages/block-serialization-spec-parser/package.json | 3 ++- packages/blocks/package.json | 3 ++- packages/browserslist-config/package.json | 3 ++- packages/components/package.json | 3 ++- packages/compose/package.json | 3 ++- packages/core-data/package.json | 3 ++- packages/custom-templated-path-webpack-plugin/package.json | 3 ++- packages/data/package.json | 3 ++- packages/date/package.json | 3 ++- packages/deprecated/package.json | 3 ++- packages/dom-ready/package.json | 3 ++- packages/dom/package.json | 3 ++- packages/e2e-test-utils/package.json | 3 ++- packages/e2e-tests/package.json | 3 ++- packages/edit-post/package.json | 3 ++- packages/edit-widgets/package.json | 3 ++- packages/editor/package.json | 3 ++- packages/element/package.json | 3 ++- packages/escape-html/package.json | 3 ++- packages/eslint-plugin/package.json | 3 ++- packages/format-library/package.json | 3 ++- packages/hooks/package.json | 3 ++- packages/html-entities/package.json | 3 ++- packages/i18n/package.json | 3 ++- packages/is-shallow-equal/package.json | 3 ++- packages/jest-console/package.json | 3 ++- packages/jest-preset-default/package.json | 3 ++- packages/jest-puppeteer-axe/package.json | 3 ++- packages/keycodes/package.json | 3 ++- packages/library-export-default-webpack-plugin/package.json | 3 ++- packages/list-reusable-blocks/package.json | 3 ++- packages/notices/package.json | 3 ++- packages/npm-package-json-lint-config/package.json | 3 ++- packages/nux/package.json | 3 ++- packages/plugins/package.json | 3 ++- packages/postcss-themes/package.json | 3 ++- packages/priority-queue/package.json | 3 ++- packages/redux-routine/package.json | 3 ++- packages/rich-text/package.json | 3 ++- packages/scripts/package.json | 3 ++- packages/shortcode/package.json | 3 ++- packages/token-list/package.json | 3 ++- packages/url/package.json | 3 ++- packages/viewport/package.json | 3 ++- packages/wordcount/package.json | 3 ++- 56 files changed, 112 insertions(+), 56 deletions(-) diff --git a/packages/a11y/package.json b/packages/a11y/package.json index 975ab31b994b3..dac861cbc1869 100644 --- a/packages/a11y/package.json +++ b/packages/a11y/package.json @@ -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" diff --git a/packages/annotations/package.json b/packages/annotations/package.json index ebbc0b39ca84f..af891a4376c52 100644 --- a/packages/annotations/package.json +++ b/packages/annotations/package.json @@ -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" diff --git a/packages/api-fetch/package.json b/packages/api-fetch/package.json index 8f9b6568013a7..d5d4b55da93f7 100644 --- a/packages/api-fetch/package.json +++ b/packages/api-fetch/package.json @@ -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" diff --git a/packages/autop/package.json b/packages/autop/package.json index 9735d5475aac5..b89416ed15b2f 100644 --- a/packages/autop/package.json +++ b/packages/autop/package.json @@ -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" diff --git a/packages/babel-plugin-import-jsx-pragma/package.json b/packages/babel-plugin-import-jsx-pragma/package.json index 7dac8d0786bfb..3f9efdc87ffa1 100644 --- a/packages/babel-plugin-import-jsx-pragma/package.json +++ b/packages/babel-plugin-import-jsx-pragma/package.json @@ -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" diff --git a/packages/babel-plugin-makepot/package.json b/packages/babel-plugin-makepot/package.json index 1dfd50b4c9984..fae36a7f7ac3d 100644 --- a/packages/babel-plugin-makepot/package.json +++ b/packages/babel-plugin-makepot/package.json @@ -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" diff --git a/packages/babel-preset-default/package.json b/packages/babel-preset-default/package.json index ae77d77c8768b..5418d87980cff 100644 --- a/packages/babel-preset-default/package.json +++ b/packages/babel-preset-default/package.json @@ -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" diff --git a/packages/blob/package.json b/packages/blob/package.json index f8c08ee648276..39bdfcf6377b2 100644 --- a/packages/blob/package.json +++ b/packages/blob/package.json @@ -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" diff --git a/packages/block-editor/package.json b/packages/block-editor/package.json index d4f3cf7f757c7..6f593a1063edf 100644 --- a/packages/block-editor/package.json +++ b/packages/block-editor/package.json @@ -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" diff --git a/packages/block-library/package.json b/packages/block-library/package.json index 431108dd29f3a..9b5d871edf42f 100644 --- a/packages/block-library/package.json +++ b/packages/block-library/package.json @@ -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" diff --git a/packages/block-serialization-default-parser/package.json b/packages/block-serialization-default-parser/package.json index d698187f122ec..28e9bf0f6c54b 100644 --- a/packages/block-serialization-default-parser/package.json +++ b/packages/block-serialization-default-parser/package.json @@ -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" diff --git a/packages/block-serialization-spec-parser/package.json b/packages/block-serialization-spec-parser/package.json index 5d40a8cfd03de..335d245be2b9a 100644 --- a/packages/block-serialization-spec-parser/package.json +++ b/packages/block-serialization-spec-parser/package.json @@ -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" diff --git a/packages/blocks/package.json b/packages/blocks/package.json index 077d6f5a228c9..eea81e9985e50 100644 --- a/packages/blocks/package.json +++ b/packages/blocks/package.json @@ -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" diff --git a/packages/browserslist-config/package.json b/packages/browserslist-config/package.json index 81baf916c0726..84c51f2345659 100644 --- a/packages/browserslist-config/package.json +++ b/packages/browserslist-config/package.json @@ -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" diff --git a/packages/components/package.json b/packages/components/package.json index 963e7b1e3545e..9613e850a722d 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -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" diff --git a/packages/compose/package.json b/packages/compose/package.json index c02e9d263c2e2..875dbf0852d35 100644 --- a/packages/compose/package.json +++ b/packages/compose/package.json @@ -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" diff --git a/packages/core-data/package.json b/packages/core-data/package.json index e9e2bb3c97a48..b2173586318f5 100644 --- a/packages/core-data/package.json +++ b/packages/core-data/package.json @@ -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" diff --git a/packages/custom-templated-path-webpack-plugin/package.json b/packages/custom-templated-path-webpack-plugin/package.json index 4f41dc79fb064..49ca17003c257 100644 --- a/packages/custom-templated-path-webpack-plugin/package.json +++ b/packages/custom-templated-path-webpack-plugin/package.json @@ -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" diff --git a/packages/data/package.json b/packages/data/package.json index 96264a852eadd..c351248f049a9 100644 --- a/packages/data/package.json +++ b/packages/data/package.json @@ -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" diff --git a/packages/date/package.json b/packages/date/package.json index 3aa2437a296bd..becb695d02ebd 100644 --- a/packages/date/package.json +++ b/packages/date/package.json @@ -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" diff --git a/packages/deprecated/package.json b/packages/deprecated/package.json index 6d0dccf40317b..b8584a7e4f266 100644 --- a/packages/deprecated/package.json +++ b/packages/deprecated/package.json @@ -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" diff --git a/packages/dom-ready/package.json b/packages/dom-ready/package.json index 2c377f2957314..22f70e8341189 100644 --- a/packages/dom-ready/package.json +++ b/packages/dom-ready/package.json @@ -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" diff --git a/packages/dom/package.json b/packages/dom/package.json index 6e94a8fc0dae5..75289e1e27ce4 100644 --- a/packages/dom/package.json +++ b/packages/dom/package.json @@ -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" diff --git a/packages/e2e-test-utils/package.json b/packages/e2e-test-utils/package.json index a297150615e24..e8a438cbd100b 100644 --- a/packages/e2e-test-utils/package.json +++ b/packages/e2e-test-utils/package.json @@ -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" diff --git a/packages/e2e-tests/package.json b/packages/e2e-tests/package.json index 9dad36681bc9b..eb14a8df170d0 100644 --- a/packages/e2e-tests/package.json +++ b/packages/e2e-tests/package.json @@ -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" diff --git a/packages/edit-post/package.json b/packages/edit-post/package.json index 88a7818e2fac8..0327ee5121f38 100644 --- a/packages/edit-post/package.json +++ b/packages/edit-post/package.json @@ -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" diff --git a/packages/edit-widgets/package.json b/packages/edit-widgets/package.json index a308d8cd6035f..3adbdad1f19a1 100644 --- a/packages/edit-widgets/package.json +++ b/packages/edit-widgets/package.json @@ -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" diff --git a/packages/editor/package.json b/packages/editor/package.json index acbb00bec5532..8893dbf4fea7c 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -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" diff --git a/packages/element/package.json b/packages/element/package.json index 24df06e6702af..ce76fa344232c 100644 --- a/packages/element/package.json +++ b/packages/element/package.json @@ -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" diff --git a/packages/escape-html/package.json b/packages/escape-html/package.json index 6fb68c88808ec..5e60de55ab031 100644 --- a/packages/escape-html/package.json +++ b/packages/escape-html/package.json @@ -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" diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index 125acdac5189e..f115d81c5c41e 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -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" diff --git a/packages/format-library/package.json b/packages/format-library/package.json index d8fd5b4b7f366..ec4e8a02a90be 100644 --- a/packages/format-library/package.json +++ b/packages/format-library/package.json @@ -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" diff --git a/packages/hooks/package.json b/packages/hooks/package.json index b4868eb1f4ed6..3469fc00f451e 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -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" diff --git a/packages/html-entities/package.json b/packages/html-entities/package.json index 002fd8b8d4a4e..06c7a9d25d59c 100644 --- a/packages/html-entities/package.json +++ b/packages/html-entities/package.json @@ -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" diff --git a/packages/i18n/package.json b/packages/i18n/package.json index e05c99de5c587..91e9e20fd3ea0 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -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" diff --git a/packages/is-shallow-equal/package.json b/packages/is-shallow-equal/package.json index d293276b1e946..06c38ebf63cd2 100644 --- a/packages/is-shallow-equal/package.json +++ b/packages/is-shallow-equal/package.json @@ -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" diff --git a/packages/jest-console/package.json b/packages/jest-console/package.json index 424b590cf64ad..e33f4d32738dc 100644 --- a/packages/jest-console/package.json +++ b/packages/jest-console/package.json @@ -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" diff --git a/packages/jest-preset-default/package.json b/packages/jest-preset-default/package.json index 29eb38c9cb823..8779aff38c479 100644 --- a/packages/jest-preset-default/package.json +++ b/packages/jest-preset-default/package.json @@ -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" diff --git a/packages/jest-puppeteer-axe/package.json b/packages/jest-puppeteer-axe/package.json index 5006bbf5344a1..482f2333c67ee 100644 --- a/packages/jest-puppeteer-axe/package.json +++ b/packages/jest-puppeteer-axe/package.json @@ -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" diff --git a/packages/keycodes/package.json b/packages/keycodes/package.json index 12a8c50895e66..d062bf6f75a36 100644 --- a/packages/keycodes/package.json +++ b/packages/keycodes/package.json @@ -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" diff --git a/packages/library-export-default-webpack-plugin/package.json b/packages/library-export-default-webpack-plugin/package.json index 7222df5a7b4ff..e2a2881f72902 100644 --- a/packages/library-export-default-webpack-plugin/package.json +++ b/packages/library-export-default-webpack-plugin/package.json @@ -12,7 +12,8 @@ "homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/library-export-default-webpack-plugin/README.md", "repository": { "type": "git", - "url": "https://github.com/WordPress/gutenberg.git" + "url": "https://github.com/WordPress/gutenberg.git", + "directory": "packages/library-export-default-webpack-plugin" }, "bugs": { "url": "https://github.com/WordPress/gutenberg/issues" diff --git a/packages/list-reusable-blocks/package.json b/packages/list-reusable-blocks/package.json index ca1bcefadedc6..9501833c972fb 100644 --- a/packages/list-reusable-blocks/package.json +++ b/packages/list-reusable-blocks/package.json @@ -11,7 +11,8 @@ "homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/list-reusable-blocks/README.md", "repository": { "type": "git", - "url": "https://github.com/WordPress/gutenberg.git" + "url": "https://github.com/WordPress/gutenberg.git", + "directory": "packages/list-reusable-blocks" }, "bugs": { "url": "https://github.com/WordPress/gutenberg/issues" diff --git a/packages/notices/package.json b/packages/notices/package.json index aacbd324448f1..93f5e16eac4b1 100644 --- a/packages/notices/package.json +++ b/packages/notices/package.json @@ -11,7 +11,8 @@ "homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/notices/README.md", "repository": { "type": "git", - "url": "https://github.com/WordPress/gutenberg.git" + "url": "https://github.com/WordPress/gutenberg.git", + "directory": "packages/notices" }, "bugs": { "url": "https://github.com/WordPress/gutenberg/issues" diff --git a/packages/npm-package-json-lint-config/package.json b/packages/npm-package-json-lint-config/package.json index 6fdb45fd6c612..f2dabfdf29af2 100644 --- a/packages/npm-package-json-lint-config/package.json +++ b/packages/npm-package-json-lint-config/package.json @@ -12,7 +12,8 @@ "homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/npm-package-json-lint-config/README.md", "repository": { "type": "git", - "url": "git+https://github.com/WordPress/gutenberg.git" + "url": "git+https://github.com/WordPress/gutenberg.git", + "directory": "packages/npm-package-json-lint-config" }, "bugs": { "url": "https://github.com/WordPress/gutenberg/issues" diff --git a/packages/nux/package.json b/packages/nux/package.json index 0476ec4e77a0f..1b9ebbe5f7e4d 100644 --- a/packages/nux/package.json +++ b/packages/nux/package.json @@ -11,7 +11,8 @@ "homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/nux/README.md", "repository": { "type": "git", - "url": "https://github.com/WordPress/gutenberg.git" + "url": "https://github.com/WordPress/gutenberg.git", + "directory": "packages/nux" }, "bugs": { "url": "https://github.com/WordPress/gutenberg/issues" diff --git a/packages/plugins/package.json b/packages/plugins/package.json index 1050d8aa78554..5f433e110f6b8 100644 --- a/packages/plugins/package.json +++ b/packages/plugins/package.json @@ -11,7 +11,8 @@ "homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/plugins/README.md", "repository": { "type": "git", - "url": "https://github.com/WordPress/gutenberg.git" + "url": "https://github.com/WordPress/gutenberg.git", + "directory": "packages/plugins" }, "bugs": { "url": "https://github.com/WordPress/gutenberg/issues" diff --git a/packages/postcss-themes/package.json b/packages/postcss-themes/package.json index 0836e71badf9a..cafbbdf93e6b4 100644 --- a/packages/postcss-themes/package.json +++ b/packages/postcss-themes/package.json @@ -15,7 +15,8 @@ "homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/postcss-themes/README.md", "repository": { "type": "git", - "url": "https://github.com/WordPress/gutenberg.git" + "url": "https://github.com/WordPress/gutenberg.git", + "directory": "packages/postcss-themes" }, "bugs": { "url": "https://github.com/WordPress/gutenberg/issues" diff --git a/packages/priority-queue/package.json b/packages/priority-queue/package.json index cf921b4739cef..afa5df6e857ec 100644 --- a/packages/priority-queue/package.json +++ b/packages/priority-queue/package.json @@ -12,7 +12,8 @@ "homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/priority-queue/README.md", "repository": { "type": "git", - "url": "https://github.com/WordPress/gutenberg.git" + "url": "https://github.com/WordPress/gutenberg.git", + "directory": "packages/priority-queue" }, "bugs": { "url": "https://github.com/WordPress/gutenberg/issues" diff --git a/packages/redux-routine/package.json b/packages/redux-routine/package.json index c1a73f09f8f92..3ee1016b84b68 100644 --- a/packages/redux-routine/package.json +++ b/packages/redux-routine/package.json @@ -13,7 +13,8 @@ "homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/redux-routine/README.md", "repository": { "type": "git", - "url": "https://github.com/WordPress/gutenberg.git" + "url": "https://github.com/WordPress/gutenberg.git", + "directory": "packages/redux-routine" }, "bugs": { "url": "https://github.com/WordPress/gutenberg/issues" diff --git a/packages/rich-text/package.json b/packages/rich-text/package.json index cfae343520b6e..029e2056d3a5c 100644 --- a/packages/rich-text/package.json +++ b/packages/rich-text/package.json @@ -11,7 +11,8 @@ "homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/rich-text/README.md", "repository": { "type": "git", - "url": "https://github.com/WordPress/gutenberg.git" + "url": "https://github.com/WordPress/gutenberg.git", + "directory": "packages/rich-text" }, "bugs": { "url": "https://github.com/WordPress/gutenberg/issues" diff --git a/packages/scripts/package.json b/packages/scripts/package.json index 388bc0a26a3b8..7a59960816e85 100644 --- a/packages/scripts/package.json +++ b/packages/scripts/package.json @@ -13,7 +13,8 @@ "homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/scripts/README.md", "repository": { "type": "git", - "url": "https://github.com/WordPress/gutenberg.git" + "url": "https://github.com/WordPress/gutenberg.git", + "directory": "packages/scripts" }, "bugs": { "url": "https://github.com/WordPress/gutenberg/issues" diff --git a/packages/shortcode/package.json b/packages/shortcode/package.json index f110b0c3542ef..5fd63da90e79e 100644 --- a/packages/shortcode/package.json +++ b/packages/shortcode/package.json @@ -11,7 +11,8 @@ "homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/shortcode/README.md", "repository": { "type": "git", - "url": "https://github.com/WordPress/gutenberg.git" + "url": "https://github.com/WordPress/gutenberg.git", + "directory": "packages/shortcode" }, "bugs": { "url": "https://github.com/WordPress/gutenberg/issues" diff --git a/packages/token-list/package.json b/packages/token-list/package.json index 57b74a9c092e8..5c04a6bcb92f3 100644 --- a/packages/token-list/package.json +++ b/packages/token-list/package.json @@ -10,7 +10,8 @@ "homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/token-list/README.md", "repository": { "type": "git", - "url": "https://github.com/WordPress/gutenberg.git" + "url": "https://github.com/WordPress/gutenberg.git", + "directory": "packages/token-list" }, "bugs": { "url": "https://github.com/WordPress/gutenberg/issues" diff --git a/packages/url/package.json b/packages/url/package.json index 6257dbc7c8674..2ae9d56532c18 100644 --- a/packages/url/package.json +++ b/packages/url/package.json @@ -11,7 +11,8 @@ "homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/url/README.md", "repository": { "type": "git", - "url": "https://github.com/WordPress/gutenberg.git" + "url": "https://github.com/WordPress/gutenberg.git", + "directory": "packages/url" }, "bugs": { "url": "https://github.com/WordPress/gutenberg/issues" diff --git a/packages/viewport/package.json b/packages/viewport/package.json index 5c38011385207..106bd96b57f3b 100644 --- a/packages/viewport/package.json +++ b/packages/viewport/package.json @@ -11,7 +11,8 @@ "homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/viewport/README.md", "repository": { "type": "git", - "url": "https://github.com/WordPress/gutenberg.git" + "url": "https://github.com/WordPress/gutenberg.git", + "directory": "packages/viewport" }, "bugs": { "url": "https://github.com/WordPress/gutenberg/issues" diff --git a/packages/wordcount/package.json b/packages/wordcount/package.json index c31b0009aad30..a5ec368498b1e 100644 --- a/packages/wordcount/package.json +++ b/packages/wordcount/package.json @@ -11,7 +11,8 @@ "homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/wordcount/README.md", "repository": { "type": "git", - "url": "git+https://github.com/WordPress/gutenberg.git" + "url": "git+https://github.com/WordPress/gutenberg.git", + "directory": "packages/wordcount" }, "bugs": { "url": "https://github.com/WordPress/gutenberg/issues"