Skip to content

Commit

Permalink
no-undefined-references: 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Oct 12, 2020
1 parent 5ef54a8 commit 97d411d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/remark-lint-no-undefined-references/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-lint-no-undefined-references",
"version": "2.0.1",
"version": "3.0.0",
"description": "remark-lint rule to warn when references to undefined definitions are found",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-preset-lint-recommended/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"remark-lint-no-inline-padding": "^3.0.0",
"remark-lint-no-shortcut-reference-image": "^2.0.0",
"remark-lint-no-shortcut-reference-link": "^2.0.0",
"remark-lint-no-undefined-references": "^2.0.0",
"remark-lint-no-undefined-references": "^3.0.0",
"remark-lint-no-unused-definitions": "^2.0.0"
},
"xo": false
Expand Down

0 comments on commit 97d411d

Please sign in to comment.