diff --git a/packages/a11y/package.json b/packages/a11y/package.json index 095c713fafdd39..52b7e4054b4252 100644 --- a/packages/a11y/package.json +++ b/packages/a11y/package.json @@ -1,7 +1,7 @@ { "name": "@wordpress/a11y", "version": "1.1.1", - "description": "Collection of JS modules and tools for WordPress development", + "description": "Accessibility (a11y) utilities for WordPress", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", "keywords": [ diff --git a/packages/api-fetch/package.json b/packages/api-fetch/package.json index 7971a073ea0de9..373af059d4cbce 100644 --- a/packages/api-fetch/package.json +++ b/packages/api-fetch/package.json @@ -1,7 +1,7 @@ { "name": "@wordpress/api-fetch", "version": "1.0.1", - "description": "Utility to call WordPress REST APIs", + "description": "Utility to make WordPress REST API requests", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", "keywords": [ diff --git a/packages/babel-plugin-import-jsx-pragma/package.json b/packages/babel-plugin-import-jsx-pragma/package.json index 4710bc19d9a2c7..11611c90d21217 100644 --- a/packages/babel-plugin-import-jsx-pragma/package.json +++ b/packages/babel-plugin-import-jsx-pragma/package.json @@ -1,7 +1,7 @@ { "name": "@wordpress/babel-plugin-import-jsx-pragma", "version": "1.0.1", - "description": "Babel transform plugin for automatically injecting an import to be used as the pragma for the React JSX Transform plugin.", + "description": "Babel transform plugin for automatically injecting an import to be used as the pragma for the React JSX Transform plugin", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", "keywords": [ diff --git a/packages/babel-plugin-makepot/package.json b/packages/babel-plugin-makepot/package.json index 80be3a0a14b2e3..f2a496dddddd1c 100644 --- a/packages/babel-plugin-makepot/package.json +++ b/packages/babel-plugin-makepot/package.json @@ -1,7 +1,7 @@ { "name": "@wordpress/babel-plugin-makepot", "version": "2.0.1", - "description": "WordPress Babel i18n Plugin", + "description": "WordPress Babel internationalization (i18n) plugin", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", "keywords": [ diff --git a/packages/blob/package.json b/packages/blob/package.json index b91444601ae730..4b4810c98c2aca 100644 --- a/packages/blob/package.json +++ b/packages/blob/package.json @@ -1,7 +1,7 @@ { "name": "@wordpress/blob", "version": "1.0.1", - "description": "Blob utils for WordPress", + "description": "Blob utilities for WordPress", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", "keywords": [ diff --git a/packages/browserslist-config/package.json b/packages/browserslist-config/package.json index 92f19fe9149d75..fd252d16b23bce 100644 --- a/packages/browserslist-config/package.json +++ b/packages/browserslist-config/package.json @@ -1,7 +1,7 @@ { "name": "@wordpress/browserslist-config", "version": "2.2.0", - "description": "WordPress Browserslist Shared Config", + "description": "WordPress Browserslist shared configuration", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", "keywords": [ diff --git a/packages/components/package.json b/packages/components/package.json index c0ad6d453fd31b..25ad7ab4c5ecb7 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,7 +1,7 @@ { "name": "@wordpress/components", "version": "1.0.1", - "description": "UI Compoonents for WordPress", + "description": "UI components for WordPress", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", "keywords": [ diff --git a/packages/compose/package.json b/packages/compose/package.json index c9ce28608ba821..4b974a34a24ed6 100644 --- a/packages/compose/package.json +++ b/packages/compose/package.json @@ -1,7 +1,7 @@ { "name": "@wordpress/compose", "version": "1.0.1", - "description": "WordPress Higher Order components", + "description": "WordPress higher-order components (HOCs)", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", "keywords": [ diff --git a/packages/dom-ready/package.json b/packages/dom-ready/package.json index abfe4dcfe03b27..269aaa15d77f19 100644 --- a/packages/dom-ready/package.json +++ b/packages/dom-ready/package.json @@ -1,7 +1,7 @@ { "name": "@wordpress/dom-ready", "version": "1.1.1", - "description": "Execute callback after the DOM is loaded.", + "description": "Execute callback after the DOM is loaded", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", "keywords": [ diff --git a/packages/dom/package.json b/packages/dom/package.json index a3cbc0d872cd9e..cb005d3803244f 100644 --- a/packages/dom/package.json +++ b/packages/dom/package.json @@ -1,7 +1,7 @@ { "name": "@wordpress/dom", "version": "1.0.1", - "description": "DOM utils module for WordPress", + "description": "DOM utilities module for WordPress", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", "keywords": [ diff --git a/packages/hooks/package.json b/packages/hooks/package.json index eb2090a8382f31..4947bac9aaebca 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,7 +1,7 @@ { "name": "@wordpress/hooks", "version": "1.3.1", - "description": "WordPress Hooks library", + "description": "WordPress hooks library", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", "keywords": [ diff --git a/packages/html-entities/package.json b/packages/html-entities/package.json index 671a894765deca..d13a6db0a424f6 100644 --- a/packages/html-entities/package.json +++ b/packages/html-entities/package.json @@ -1,7 +1,7 @@ { "name": "@wordpress/html-entities", "version": "1.0.1", - "description": "HTML entities utils for WordPress", + "description": "HTML entity utilties for WordPress", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", "keywords": [ diff --git a/packages/i18n/package.json b/packages/i18n/package.json index cebaec0044322f..7565c4a282f6fe 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -1,7 +1,7 @@ { "name": "@wordpress/i18n", "version": "1.2.1", - "description": "WordPress i18n library", + "description": "WordPress internationalization (i18n) library", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", "keywords": [ diff --git a/packages/keycodes/package.json b/packages/keycodes/package.json index a3186f54525eb0..d717ffbc731180 100644 --- a/packages/keycodes/package.json +++ b/packages/keycodes/package.json @@ -1,7 +1,7 @@ { "name": "@wordpress/keycodes", "version": "1.0.1", - "description": "KeyCodes utilities for WordPress", + "description": "Keycodes utilities for WordPress; used to check for keyboard events across browsers/operating systems", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", "keywords": [ diff --git a/packages/npm-package-json-lint-config/package.json b/packages/npm-package-json-lint-config/package.json index 46438fee55a8a8..69537707b5c4ca 100644 --- a/packages/npm-package-json-lint-config/package.json +++ b/packages/npm-package-json-lint-config/package.json @@ -1,7 +1,7 @@ { "name": "@wordpress/npm-package-json-lint-config", "version": "1.1.1", - "description": "WordPress npm-package-json-lint shareable config", + "description": "WordPress npm-package-json-lint shareable configuration", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", "keywords": [ diff --git a/packages/wordcount/package.json b/packages/wordcount/package.json index 9ec41c4e4075b9..08c648438cc381 100644 --- a/packages/wordcount/package.json +++ b/packages/wordcount/package.json @@ -1,7 +1,7 @@ { "name": "@wordpress/wordcount", "version": "1.1.1", - "description": "WordPress Word Count Utility", + "description": "WordPress word count utility", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", "keywords": [