Skip to content

Commit

Permalink
Packages: Standardize description and title of packages (#8165)
Browse files Browse the repository at this point in the history
* Packages: Standardize description and title of packages

* docs: Use ES6 instead of ES Harmony
  • Loading branch information
gziolo committed Jul 24, 2018
1 parent 41fd116 commit a1bc317
Show file tree
Hide file tree
Showing 73 changed files with 90 additions and 95 deletions.
4 changes: 2 additions & 2 deletions packages/a11y/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @wordpress/a11y
# Accessibility (a11y)

Collection of JS modules for enhancing accessibility.
Accessibility utilities for WordPress.

## Installation

Expand Down
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": "Accessibility (a11y) utilities for WordPress",
"description": "Accessibility (a11y) utilities for WordPress.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/api-fetch/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @wordpress/api-fetch
# API Fetch

Wrapper around `window.fetch` to call WordPress REST APIs.
Utility to make WordPress REST API requests. It's a wrapper around `window.fetch`.

## Installation

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 make WordPress REST API requests",
"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/autop/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @wordpress/autop
# Autop

JavaScript port of WordPress's automatic paragraph function `autop` and the `removep` reverse behavior.

Expand Down
2 changes: 1 addition & 1 deletion packages/autop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wordpress/autop",
"version": "1.1.1",
"description": "WordPress's automatic paragraph functions `autop` and `removep`",
"description": "WordPress's automatic paragraph functions `autop` and `removep`.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"keywords": [
Expand Down
3 changes: 1 addition & 2 deletions packages/babel-plugin-import-jsx-pragma/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Babel Plugin Import JSX Pragma
======
# Babel Plugin Import JSX Pragma

Babel transform plugin for automatically injecting an import to be used as the pragma for the [React JSX Transform plugin](http:https://babeljs.io/docs/en/babel-plugin-transform-react-jsx).

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
3 changes: 1 addition & 2 deletions packages/babel-plugin-makepot/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Babel Plugin Makepot
======
# Babel Plugin Makepot

Babel plugin used to scan JavaScript files for use of localization functions. It then compiles these into a [gettext POT formatted](https://en.wikipedia.org/wiki/Gettext) file as a template for translation. By default the output file will be written to `gettext.pot` of the root project directory. This can be overridden using the `"output"` option of the plugin.

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 internationalization (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/babel-preset-default/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @wordpress/babel-preset-default
# Babel Preset Default

Default [Babel](https://babeljs.io/) preset for WordPress development.

Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-default/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wordpress/babel-preset-default",
"version": "2.0.2",
"description": "Default Babel preset for WordPress development",
"description": "Default Babel preset for WordPress development.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/blob/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @wordpress/blob
# Blob

Blob utils for WordPress.
Blob utilities for WordPress.

## Installation

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 utilities 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/block-serialization-spec-parser/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @wordpress/block-serialization-spec-parser
# Block Serialization Spec Parser

This library contains the grammar file (`grammar.pegjs`) for WordPress posts which is a block serialization _specification_ which is used to generate the actual _parser_ which is also bundled in this package.

Expand Down
2 changes: 1 addition & 1 deletion packages/block-serialization-spec-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wordpress/block-serialization-spec-parser",
"version": "1.0.0",
"description": "Block serialization specification parser for WordPress posts",
"description": "Block serialization specification parser for WordPress posts.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/blocks/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @wordpress/blocks
# Blocks

"Block" is the abstract term used to describe units of markup that, composed
together, form the content or layout of a webpage. The idea combines concepts
Expand Down
2 changes: 1 addition & 1 deletion packages/blocks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wordpress/blocks",
"version": "1.0.0",
"description": "Block API for WordPress",
"description": "Block API for WordPress.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/browserslist-config/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @wordpress/browserslist-config
# Browserslist Config

[WordPress Browserslist](https://make.wordpress.org/core/handbook/best-practices/browser-support/) shareable config for [Browserslist](https://www.npmjs.com/package/browserslist).

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 configuration",
"description": "WordPress Browserslist shared configuration.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"keywords": [
Expand Down
3 changes: 1 addition & 2 deletions packages/components/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Components
==========
# Components

This packages includes a library of generic WordPress components to be used for creating common UI elements shared between screens and features of the WordPress dashboard.

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 components for WordPress",
"description": "UI components for WordPress.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/compose/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @wordpress/compose
# Compose

The `compose` package is a collection of handy [Higher Order Components](https://facebook.github.io/react/docs/higher-order-components.html) you can use to wrap your WordPress components and provide some basic features like: State, instanceId, pure...
The `compose` package is a collection of handy [Higher Order Components](https://facebook.github.io/react/docs/higher-order-components.html) (HOCs) you can use to wrap your WordPress components and provide some basic features like: state, instance id, pure...

## Installation

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 (HOCs)",
"description": "WordPress higher-order components (HOCs).",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"keywords": [
Expand Down
3 changes: 1 addition & 2 deletions packages/core-data/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Core Data
=========
# Core Data

Core Data is a [data module](../data) intended to simplify access to and manipulation of core WordPress entities. It registers its own store and provides a number of selectors which resolve data from the WordPress REST API automatically, along with dispatching action creators to manipulate data.

Expand Down
2 changes: 1 addition & 1 deletion packages/core-data/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wordpress/core-data",
"version": "1.0.1",
"description": "Access to and manipulation of core WordPress entities",
"description": "Access to and manipulation of core WordPress entities.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/custom-templated-path-webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wordpress/custom-templated-path-webpack-plugin",
"version": "1.1.2",
"description": "Webpack plugin for creating custom path template tags",
"description": "Webpack plugin for creating custom path template tags.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/data/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @wordpress/data
# Data

WordPress' data module serves as a hub to manage application state for both plugins and WordPress itself, providing tools to manage data within and between distinct modules. It is designed as a modular pattern for organizing and sharing data: simple enough to satisfy the needs of a small plugin, while scalable to serve the requirements of a complex single-page application.

Expand Down
2 changes: 1 addition & 1 deletion packages/data/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wordpress/data",
"version": "1.0.1",
"description": "Data module for WordPress",
"description": "Data module for WordPress.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/date/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @wordpress/date
# Date

Date module for WordPress.

Expand Down
2 changes: 1 addition & 1 deletion packages/date/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wordpress/date",
"version": "1.0.1",
"description": "Date module for WordPress",
"description": "Date module for WordPress.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/deprecated/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @wordpress/deprecated
# Deprecated

Logs a message to notify developers about a deprecated feature.
Deprecation utility for WordPress. Logs a message to notify developers about a deprecated feature.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion packages/deprecated/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wordpress/deprecated",
"version": "1.0.1",
"description": "Deprecation utility for WordPress",
"description": "Deprecation utility for WordPress.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/dom-ready/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @wordpress/dom-ready
# DOM Ready

Executes a function after the DOM has loaded.
Execute callback after the DOM is loaded.

## Installation

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
4 changes: 2 additions & 2 deletions packages/dom/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @wordpress/dom
# DOM

DOM utils module for WordPress.
DOM utilities module for WordPress.

## Installation

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 utilities 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/element/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @wordpress/element
# Element

Element is, quite simply, an abstraction layer atop [React](https://reactjs.org/).

Expand Down
2 changes: 1 addition & 1 deletion packages/element/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wordpress/element",
"version": "1.0.1",
"description": "Element React module for WordPress",
"description": "Element React module for WordPress.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @wordpress/hooks
# Hooks

A lightweight & efficient EventManager for JavaScript.

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
4 changes: 2 additions & 2 deletions packages/html-entities/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @wordpress/html-entities
# HTML Entities

HTML entities utils for WordPress.
HTML entity utilities for WordPress.

## Installation

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 entity utilties for WordPress",
"description": "HTML entity utilities for WordPress.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"keywords": [
Expand Down
3 changes: 1 addition & 2 deletions packages/i18n/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@wordpress/i18n
======
# Internationalization (i18n)

Internationalization utilities for client-side localization.

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 internationalization (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/is-shallow-equal/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @wordpress/is-shallow-equal
# Is Shallow Equal

A function for performing a shallow comparison between two objects or arrays. Two values have shallow equality when all of their members are strictly equal to the corresponding member of the other.

Expand Down
2 changes: 1 addition & 1 deletion packages/is-shallow-equal/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wordpress/is-shallow-equal",
"version": "1.1.1",
"description": "Test for shallow equality between two objects or arrays",
"description": "Test for shallow equality between two objects or arrays.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-console/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @wordpress/jest-console
# Jest Console

Custom [Jest](http:https://facebook.github.io/jest/) matchers for the [Console](https://developer.mozilla.org/en-US/docs/Web/API/Console)
object to test JavaScript code in WordPress.
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-console/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wordpress/jest-console",
"version": "2.0.1",
"description": "Custom Jest matchers for the Console object",
"description": "Custom Jest matchers for the Console object.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"keywords": [
Expand Down
Loading

0 comments on commit a1bc317

Please sign in to comment.