Skip to content

Commit

Permalink
Update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Mar 22, 2020
1 parent 3fdc1cd commit e7d42b1
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 7 deletions.
5 changes: 3 additions & 2 deletions packages/rehype-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "rehype-cli",
"version": "8.0.1",
"description": "CLI to process HTML with rehype using plugins",
"description": "CLI to process HTML with rehype",
"license": "MIT",
"keywords": [
"html",
"unified",
"rehype",
"html",
"cli",
"bin"
],
Expand Down
6 changes: 5 additions & 1 deletion packages/rehype-parse/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"name": "rehype-parse",
"version": "6.0.2",
"description": "HTML parser for rehype",
"description": "rehype plugin to parse HTML",
"license": "MIT",
"keywords": [
"unified",
"rehype",
"rehype-plugin",
"plugin",
"html",
"abstract",
"syntax",
Expand Down
10 changes: 8 additions & 2 deletions packages/rehype-stringify/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
{
"name": "rehype-stringify",
"version": "6.0.1",
"description": "HTML compiler for rehype",
"description": "rehype plugin to serialize HTML",
"license": "MIT",
"keywords": [
"unified",
"rehype",
"rehype-plugin",
"plugin",
"html",
"abstract",
"syntax",
"tree",
"ast",
"stringify"
"stringify",
"serialize",
"compile"
],
"homepage": "https://github.com/rehypejs/rehype",
"repository": "https://github.com/rehypejs/rehype/tree/master/packages/rehype-stringify",
Expand Down
5 changes: 4 additions & 1 deletion packages/rehype/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
{
"name": "rehype",
"version": "9.0.1",
"description": "HTML processor powered by plugins",
"description": "HTML processor powered by plugins part of the unified collective",
"license": "MIT",
"keywords": [
"unified",
"rehype",
"html",
"abstract",
"syntax",
"tree",
"ast",
"parse",
"stringify",
"serialize",
"process"
],
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion test/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test('rehype-cli', function (t) {
[
'Usage: rehype [options] [path | glob ...]',
'',
' CLI to process HTML with rehype using plugins',
' CLI to process HTML with rehype',
'',
'Options:',
'',
Expand Down

0 comments on commit e7d42b1

Please sign in to comment.