From 09db90456689a4e83d045bf1fe8ea1614c156ca5 Mon Sep 17 00:00:00 2001 From: Chris Van Patten Date: Mon, 23 Jul 2018 05:30:51 -0400 Subject: [PATCH] Improve JS package descriptions (#8121) * Improve package descriptions * Update package.json * Update package.json --- packages/a11y/package.json | 2 +- packages/api-fetch/package.json | 2 +- packages/babel-plugin-import-jsx-pragma/package.json | 2 +- packages/babel-plugin-makepot/package.json | 2 +- packages/blob/package.json | 2 +- packages/browserslist-config/package.json | 2 +- packages/components/package.json | 2 +- packages/compose/package.json | 2 +- packages/dom-ready/package.json | 2 +- packages/dom/package.json | 2 +- packages/hooks/package.json | 2 +- packages/html-entities/package.json | 2 +- packages/i18n/package.json | 2 +- packages/keycodes/package.json | 2 +- packages/npm-package-json-lint-config/package.json | 2 +- packages/wordcount/package.json | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/packages/a11y/package.json b/packages/a11y/package.json index 095c713fafdd3..52b7e4054b425 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 7971a073ea0de..373af059d4cbc 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 4710bc19d9a2c..11611c90d2121 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 80be3a0a14b2e..f2a496dddddd1 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 b91444601ae73..4b4810c98c2ac 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 92f19fe9149d7..fd252d16b23bc 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 c0ad6d453fd31..25ad7ab4c5ecb 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 c9ce28608ba82..4b974a34a24ed 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 abfe4dcfe03b2..269aaa15d77f1 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 a3cbc0d872cd9..cb005d3803244 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 eb2090a8382f3..4947bac9aaebc 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 671a894765dec..d13a6db0a424f 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 cebaec0044322..7565c4a282f6f 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 a3186f54525eb..d717ffbc73118 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 46438fee55a8a..69537707b5c4c 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 9ec41c4e4075b..08c648438cc38 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": [