Skip to content

Commit c348aec

Browse files
committed
Refactor some metadata
1 parent a3e6d54 commit c348aec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/remark-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "remark-cli",
33
"version": "11.0.0",
4-
"description": "Command line interface to inspect and change markdown files with remark",
4+
"description": "CLI to process markdown with remark",
55
"license": "MIT",
66
"keywords": [
77
"bin",

packages/remark/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "remark",
33
"version": "14.0.3",
4-
"description": "unified processor with support for parsing markdown input and serializing markdown as output",
4+
"description": "markdown processor powered by plugins part of the unified collective",
55
"license": "MIT",
66
"keywords": [
77
"abstract",

test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ test('remark-cli', async function (t) {
4646
[
4747
'Usage: remark [options] [path | glob ...]',
4848
'',
49-
' Command line interface to inspect and change markdown files with remark',
49+
' CLI to process markdown with remark',
5050
'',
5151
'Options:',
5252
'',

0 commit comments

Comments
 (0)