Skip to content

Commit

Permalink
Packages: Add "gutenberg" to the list of keywords in package.json (#2…
Browse files Browse the repository at this point in the history
…3161)

* Packages: Add "gutenberg" to the list of keywords in package.json

* Apply suggestions from code review

Co-authored-by: Andrés <nosolosw@users.noreply.github.com>

* Update packages/library-export-default-webpack-plugin/package.json

Co-authored-by: Andrés <nosolosw@users.noreply.github.com>

* Update packages/postcss-themes/package.json

Co-authored-by: Andrés <nosolosw@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Andrés <nosolosw@users.noreply.github.com>

Co-authored-by: Andrés <nosolosw@users.noreply.github.com>
  • Loading branch information
gziolo and nosolosw committed Jun 15, 2020
1 parent db1c89b commit b83f948
Show file tree
Hide file tree
Showing 76 changed files with 121 additions and 26 deletions.
2 changes: 2 additions & 0 deletions packages/a11y/package.json
Expand Up @@ -6,6 +6,8 @@
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"gutenberg",
"accessibility",
"a11y",
"aria-live"
],
Expand Down
1 change: 1 addition & 0 deletions packages/annotations/package.json
Expand Up @@ -6,6 +6,7 @@
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"gutenberg",
"annotations"
],
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/annotations/README.md",
Expand Down
1 change: 1 addition & 0 deletions packages/api-fetch/package.json
Expand Up @@ -6,6 +6,7 @@
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"gutenberg",
"rest-api",
"fetch"
],
Expand Down
1 change: 1 addition & 0 deletions packages/autop/package.json
Expand Up @@ -6,6 +6,7 @@
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"gutenberg",
"autop"
],
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/autop/README.md",
Expand Down
3 changes: 3 additions & 0 deletions packages/babel-plugin-import-jsx-pragma/package.json
Expand Up @@ -6,6 +6,9 @@
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"gutenberg",
"babel",
"plugin",
"babel-plugin",
"jsx",
"pragma",
Expand Down
1 change: 1 addition & 0 deletions packages/babel-plugin-makepot/package.json
Expand Up @@ -6,6 +6,7 @@
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"gutenberg",
"i18n",
"babel",
"plugin"
Expand Down
3 changes: 2 additions & 1 deletion packages/babel-preset-default/package.json
Expand Up @@ -6,9 +6,10 @@
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"gutenberg",
"babel",
"preset",
"default"
"babel-preset"
],
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/babel-preset-default/README.md",
"repository": {
Expand Down
1 change: 1 addition & 0 deletions packages/base-styles/package.json
Expand Up @@ -6,6 +6,7 @@
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"gutenberg",
"sass",
"scss",
"css"
Expand Down
1 change: 1 addition & 0 deletions packages/blob/package.json
Expand Up @@ -6,6 +6,7 @@
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"gutenberg",
"blob"
],
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/blob/README.md",
Expand Down
1 change: 1 addition & 0 deletions packages/block-directory/package.json
Expand Up @@ -6,6 +6,7 @@
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"gutenberg",
"block directory"
],
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/block-directory/README.md",
Expand Down
1 change: 1 addition & 0 deletions packages/block-editor/package.json
Expand Up @@ -6,6 +6,7 @@
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"gutenberg",
"editor",
"blocks"
],
Expand Down
1 change: 1 addition & 0 deletions packages/block-library/package.json
Expand Up @@ -6,6 +6,7 @@
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"gutenberg",
"blocks"
],
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/block-library/README.md",
Expand Down
1 change: 1 addition & 0 deletions packages/block-serialization-default-parser/package.json
Expand Up @@ -6,6 +6,7 @@
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"gutenberg",
"block",
"parser"
],
Expand Down
1 change: 1 addition & 0 deletions packages/block-serialization-spec-parser/package.json
Expand Up @@ -6,6 +6,7 @@
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"gutenberg",
"block",
"spec",
"parser"
Expand Down
1 change: 1 addition & 0 deletions packages/blocks/package.json
Expand Up @@ -6,6 +6,7 @@
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"gutenberg",
"blocks"
],
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/blocks/README.md",
Expand Down
1 change: 1 addition & 0 deletions packages/browserslist-config/package.json
Expand Up @@ -6,6 +6,7 @@
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"gutenberg",
"browserslist",
"browserslist-config"
],
Expand Down
1 change: 1 addition & 0 deletions packages/components/package.json
Expand Up @@ -6,6 +6,7 @@
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"gutenberg",
"components"
],
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/components/README.md",
Expand Down
6 changes: 4 additions & 2 deletions packages/compose/package.json
Expand Up @@ -6,8 +6,10 @@
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"React",
"hoc"
"gutenberg",
"react",
"hoc",
"hooks"
],
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/compose/README.md",
"repository": {
Expand Down
1 change: 1 addition & 0 deletions packages/core-data/package.json
Expand Up @@ -6,6 +6,7 @@
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"gutenberg",
"data",
"entities"
],
Expand Down
1 change: 1 addition & 0 deletions packages/create-block/package.json
Expand Up @@ -6,6 +6,7 @@
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"gutenberg",
"block",
"scaffold"
],
Expand Down
2 changes: 2 additions & 0 deletions packages/custom-templated-path-webpack-plugin/package.json
Expand Up @@ -6,7 +6,9 @@
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"gutenberg",
"webpack",
"plugin",
"webpack-plugin"
],
"homepage": "https://github.com/WordPress/gutenberg/blob/master/packages/custom-templated-path-webpack-plugin/README.md",
Expand Down
1 change: 1 addition & 0 deletions packages/data-controls/package.json
Expand Up @@ -6,6 +6,7 @@
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"gutenberg",
"data",
"controls"
],
Expand Down
1 change: 1 addition & 0 deletions packages/data/package.json
Expand Up @@ -6,6 +6,7 @@
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"gutenberg",
"data",
"redux"
],
Expand Down
1 change: 1 addition & 0 deletions packages/date/package.json
Expand Up @@ -6,6 +6,7 @@
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"gutenberg",
"date"
],
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/date/README.md",
Expand Down
1 change: 1 addition & 0 deletions packages/dependency-extraction-webpack-plugin/package.json
Expand Up @@ -6,6 +6,7 @@
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"gutenberg",
"webpack",
"dependency"
],
Expand Down
1 change: 1 addition & 0 deletions packages/deprecated/package.json
Expand Up @@ -6,6 +6,7 @@
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"gutenberg",
"deprecated"
],
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/deprecated/README.md",
Expand Down
5 changes: 3 additions & 2 deletions packages/docgen/package.json
Expand Up @@ -5,9 +5,10 @@
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"gutenberg",
"jsdoc",
"documentation",
"wordpress"
"documentation"
],
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/docgen/README.md",
"repository": {
Expand Down
1 change: 1 addition & 0 deletions packages/dom-ready/package.json
Expand Up @@ -6,6 +6,7 @@
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"gutenberg",
"dom-ready"
],
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/dom-ready/README.md",
Expand Down
1 change: 1 addition & 0 deletions packages/dom/package.json
Expand Up @@ -6,6 +6,7 @@
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"gutenberg",
"dom",
"utils"
],
Expand Down
1 change: 1 addition & 0 deletions packages/e2e-test-utils/package.json
Expand Up @@ -6,6 +6,7 @@
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"gutenberg",
"e2e",
"utils"
],
Expand Down
1 change: 1 addition & 0 deletions packages/e2e-tests/package.json
Expand Up @@ -6,6 +6,7 @@
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"gutenberg",
"e2e",
"tests"
],
Expand Down
5 changes: 4 additions & 1 deletion packages/edit-navigation/package.json
Expand Up @@ -6,7 +6,10 @@
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress"
"wordpress",
"gutenberg",
"editor",
"navigation"
],
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/edit-navigation/README.md",
"repository": {
Expand Down
4 changes: 3 additions & 1 deletion packages/edit-post/package.json
Expand Up @@ -6,7 +6,9 @@
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"editor"
"gutenberg",
"editor",
"post"
],
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/edit-post/README.md",
"repository": {
Expand Down
5 changes: 4 additions & 1 deletion packages/edit-site/package.json
Expand Up @@ -5,7 +5,10 @@
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress"
"wordpress",
"gutenberg",
"editor",
"site"
],
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/edit-site/README.md",
"repository": {
Expand Down
5 changes: 4 additions & 1 deletion packages/edit-widgets/package.json
Expand Up @@ -6,7 +6,10 @@
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress"
"wordpress",
"gutenberg",
"editor",
"widgets"
],
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/edit-widgets/README.md",
"repository": {
Expand Down
1 change: 1 addition & 0 deletions packages/editor/package.json
Expand Up @@ -6,6 +6,7 @@
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"gutenberg",
"editor"
],
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/editor/README.md",
Expand Down
1 change: 1 addition & 0 deletions packages/element/package.json
Expand Up @@ -6,6 +6,7 @@
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"gutenberg",
"element",
"react"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/env/package.json
Expand Up @@ -6,8 +6,8 @@
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"gutenberg",
"environment",
"wordpress-environment",
"docker"
],
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/env#readme",
Expand Down
4 changes: 3 additions & 1 deletion packages/escape-html/package.json
Expand Up @@ -5,7 +5,9 @@
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress"
"wordpress",
"gutenberg",
"html"
],
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/escape-html/README.md",
"repository": {
Expand Down
4 changes: 3 additions & 1 deletion packages/eslint-plugin/package.json
Expand Up @@ -6,7 +6,9 @@
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"eslint"
"gutenberg",
"eslint",
"plugin"
],
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/eslint-plugin/README.md",
"repository": {
Expand Down
1 change: 1 addition & 0 deletions packages/format-library/package.json
Expand Up @@ -6,6 +6,7 @@
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"gutenberg",
"formats"
],
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/format-library/README.md",
Expand Down
1 change: 1 addition & 0 deletions packages/hooks/package.json
Expand Up @@ -6,6 +6,7 @@
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"gutenberg",
"hooks"
],
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/hooks/README.md",
Expand Down
1 change: 1 addition & 0 deletions packages/html-entities/package.json
Expand Up @@ -6,6 +6,7 @@
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"gutenberg",
"html",
"entities"
],
Expand Down
1 change: 1 addition & 0 deletions packages/i18n/package.json
Expand Up @@ -6,6 +6,7 @@
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"gutenberg",
"i18n"
],
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/i18n/README.md",
Expand Down

0 comments on commit b83f948

Please sign in to comment.