From e7d42b1413be35410af4b4a04b061e2a9ba23c18 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Sun, 22 Mar 2020 10:12:56 +0100 Subject: [PATCH] Update metadata --- packages/rehype-cli/package.json | 5 +++-- packages/rehype-parse/package.json | 6 +++++- packages/rehype-stringify/package.json | 10 ++++++++-- packages/rehype/package.json | 5 ++++- test/cli.js | 2 +- 5 files changed, 21 insertions(+), 7 deletions(-) diff --git a/packages/rehype-cli/package.json b/packages/rehype-cli/package.json index 80fea5c7..b1774f84 100644 --- a/packages/rehype-cli/package.json +++ b/packages/rehype-cli/package.json @@ -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" ], diff --git a/packages/rehype-parse/package.json b/packages/rehype-parse/package.json index 40205541..c149a40e 100644 --- a/packages/rehype-parse/package.json +++ b/packages/rehype-parse/package.json @@ -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", diff --git a/packages/rehype-stringify/package.json b/packages/rehype-stringify/package.json index c2f354e4..8a807123 100644 --- a/packages/rehype-stringify/package.json +++ b/packages/rehype-stringify/package.json @@ -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", diff --git a/packages/rehype/package.json b/packages/rehype/package.json index 6b7a7489..5250d180 100644 --- a/packages/rehype/package.json +++ b/packages/rehype/package.json @@ -1,9 +1,11 @@ { "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", @@ -11,6 +13,7 @@ "ast", "parse", "stringify", + "serialize", "process" ], "dependencies": { diff --git a/test/cli.js b/test/cli.js index 5f73db10..7e990113 100644 --- a/test/cli.js +++ b/test/cli.js @@ -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:', '',