Skip to content

Commit

Permalink
Improve JS package descriptions (#8121)
Browse files Browse the repository at this point in the history
* Improve package descriptions

* Update package.json

* Update package.json
  • Loading branch information
chrisvanpatten authored and gziolo committed Jul 23, 2018
1 parent 03c10a3 commit 09db904
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion packages/a11y/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion packages/api-fetch/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-import-jsx-pragma/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-makepot/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion packages/blob/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion packages/browserslist-config/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion packages/compose/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion packages/dom-ready/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion packages/dom/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion packages/html-entities/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion packages/keycodes/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion packages/npm-package-json-lint-config/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion packages/wordcount/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 09db904

Please sign in to comment.