Skip to content

Commit

Permalink
Refactor some metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Sep 13, 2023
1 parent a3e6d54 commit c348aec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/remark-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "remark-cli",
"version": "11.0.0",
"description": "Command line interface to inspect and change markdown files with remark",
"description": "CLI to process markdown with remark",
"license": "MIT",
"keywords": [
"bin",
Expand Down
2 changes: 1 addition & 1 deletion packages/remark/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "remark",
"version": "14.0.3",
"description": "unified processor with support for parsing markdown input and serializing markdown as output",
"description": "markdown processor powered by plugins part of the unified collective",
"license": "MIT",
"keywords": [
"abstract",
Expand Down
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ test('remark-cli', async function (t) {
[
'Usage: remark [options] [path | glob ...]',
'',
' Command line interface to inspect and change markdown files with remark',
' CLI to process markdown with remark',
'',
'Options:',
'',
Expand Down

0 comments on commit c348aec

Please sign in to comment.