Skip to content

Commit

Permalink
Update metadata in packages
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jun 20, 2019
1 parent d7750be commit d036043
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
9 changes: 6 additions & 3 deletions packages/remark-lint/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{
"name": "remark-lint",
"version": "6.0.4",
"description": "Lint markdown with remark",
"description": "remark plugin to lint Markdown code style",
"license": "MIT",
"keywords": [
"unified",
"remark",
"plugin",
"mdast",
"markdown",
"lint",
"validate",
"remark"
"validate"
],
"repository": "https://github.com/remarkjs/remark-lint/tree/master/packages/remark-lint",
"bugs": "https://github.com/remarkjs/remark-lint/issues",
Expand Down
3 changes: 2 additions & 1 deletion packages/unified-lint-rule/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "unified-lint-rule",
"version": "1.0.3",
"description": "Create a linting rule for a unified processors",
"description": "unified plugin to make it a bit easier to create linting rules",
"license": "MIT",
"keywords": [
"unified",
"plugin",
"lint",
"rule"
],
Expand Down

0 comments on commit d036043

Please sign in to comment.