Skip to content

Commit

Permalink
Added descriptions to package.json files;
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron Dekker authored and Ron Dekker committed Oct 6, 2020
1 parent 00a65b5 commit b1b9b3c
Show file tree
Hide file tree
Showing 18 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion packages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- [`process-handlebars`](/packages/process-handlebars) - Template using [Handlebars](https://github.com/handlebars-lang/handlebars.js#readme).
- [`process-javascript`](/packages/process-javascript) - Retrieve and or execute JavaScript.
- [`process-log`](/packages/process-log) - Log data to the terminal, useful for developing other process and source packages.
- [`process-markdown`](/packages/process-markdown) - Convert markdown text to html using [Unified](https://github.com/unifiedjs/unified#readme).
- [`process-markdown`](/packages/process-markdown) - Convert markdown to HTML using [Unified](https://github.com/unifiedjs/unified#readme).
- [`process-mithril`](/packages/process-mithril) - Template using [Mithril](https://github.com/MithrilJS/mithril.js#readme).
- [`process-parse`](/packages/process-parse) - Parse a text value using a function or package.
- [`process-postprocess`](/packages/process-postprocess) - Process CSS, HTML, and JS data using Postcss and Babel plugins. Only minifies by default using cleancss, html-minifier-terser, and terser.
Expand Down
2 changes: 1 addition & 1 deletion packages/base-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"name": "@hoast/base-package",
"version": "2.0.0",
"description": "",
"description": "Base package for other packages.",
"keywords": [
"hoast",
"base",
Expand Down
4 changes: 2 additions & 2 deletions packages/base-process/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
},
"name": "@hoast/base-process",
"version": "2.0.0",
"description": "",
"description": "Base package for process packages.",
"keywords": [
"hoast",
"base",
"processor"
"process"
],
"license": "MIT",
"homepage": "https://github.com/hoast/hoast#readme",
Expand Down
4 changes: 2 additions & 2 deletions packages/base-source/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
},
"name": "@hoast/base-source",
"version": "2.0.0",
"description": "",
"description": "Base package for source packages.",
"keywords": [
"hoast",
"base",
"processor"
"source"
],
"license": "MIT",
"homepage": "https://github.com/hoast/hoast#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/process-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"name": "@hoast/process-custom",
"version": "2.0.0",
"description": "",
"description": "Allows you to provide your own custom process functions.",
"keywords": [
"hoast",
"process",
Expand Down
2 changes: 1 addition & 1 deletion packages/process-frontmatter/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @hoast/process-frontmatter

Extract frontmatter from a text value.
Extract frontmatter from text.

## Install

Expand Down
2 changes: 1 addition & 1 deletion packages/process-frontmatter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"name": "@hoast/process-frontmatter",
"version": "2.0.0",
"description": "",
"description": "Extract frontmatter from text.",
"keywords": [
"hoast",
"process",
Expand Down
2 changes: 1 addition & 1 deletion packages/process-handlebars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"name": "@hoast/process-handlebars",
"version": "2.0.0",
"description": "",
"description": "Template using Handlebars",
"keywords": [
"hoast",
"process",
Expand Down
2 changes: 1 addition & 1 deletion packages/process-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"name": "@hoast/process-javascript",
"version": "2.0.0",
"description": "",
"description": "Retrieve and or execute JavaScript.",
"keywords": [
"hoast",
"process",
Expand Down
2 changes: 1 addition & 1 deletion packages/process-log/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"name": "@hoast/process-log",
"version": "2.0.0",
"description": "Logs state and data passed to process, useful for debugging.",
"description": "Log data to the terminal, useful for developing other process and source packages.",
"keywords": [
"hoast",
"process",
Expand Down
2 changes: 1 addition & 1 deletion packages/process-markdown/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @hoast/process-markdown

Convert markdown text to html using [Unified](https://github.com/unifiedjs/unified#readme).
Convert markdown to HTML using [Unified](https://github.com/unifiedjs/unified#readme).

## Install

Expand Down
2 changes: 1 addition & 1 deletion packages/process-markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"name": "@hoast/process-markdown",
"version": "2.0.0",
"description": "",
"description": "Convert markdown to HTML using Unified",
"keywords": [
"hoast",
"process",
Expand Down
2 changes: 1 addition & 1 deletion packages/process-mithril/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"name": "@hoast/process-mithril",
"version": "2.0.0",
"description": "",
"description": "Template using Mithril",
"keywords": [
"hoast",
"process",
Expand Down
2 changes: 1 addition & 1 deletion packages/process-parse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"name": "@hoast/process-parse",
"version": "2.0.0",
"description": "",
"description": "Parse a text value using a function or package.",
"keywords": [
"hoast",
"process",
Expand Down
2 changes: 1 addition & 1 deletion packages/process-postprocess/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"name": "@hoast/process-postprocess",
"version": "2.0.0",
"description": "Postprocess CSS, HTML, and JavaScript contents as well as the style and script tags in the HTML contents. Does minification by default, but can be extended with PostCSS and Babel plugins.",
"description": "Process CSS, HTML, and JS data using PostCSS, CSSnano, html-minifier-terser, Babel, and Terser.",
"keywords": [
"hoast",
"process",
Expand Down
2 changes: 1 addition & 1 deletion packages/process-writefiles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"name": "@hoast/process-writefiles",
"version": "2.0.0",
"description": "",
"description": "Write data to the filesystem.",
"keywords": [
"hoast",
"process",
Expand Down
2 changes: 1 addition & 1 deletion packages/source-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"name": "@hoast/source-custom",
"version": "2.0.0",
"description": "",
"description": "Allows you to provide your own custom source functions.",
"keywords": [
"hoast",
"source",
Expand Down
2 changes: 1 addition & 1 deletion packages/source-readfiles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"name": "@hoast/source-readfiles",
"version": "2.0.0",
"description": "",
"description": "Read files from the filesystem.",
"keywords": [
"hoast",
"source",
Expand Down

0 comments on commit b1b9b3c

Please sign in to comment.