We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ef54a8 commit 97d411dCopy full SHA for 97d411d
2 files changed
packages/remark-lint-no-undefined-references/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "remark-lint-no-undefined-references",
3
- "version": "2.0.1",
+ "version": "3.0.0",
4
"description": "remark-lint rule to warn when references to undefined definitions are found",
5
"license": "MIT",
6
"keywords": [
packages/remark-preset-lint-recommended/package.json
@@ -37,7 +37,7 @@
37
"remark-lint-no-inline-padding": "^3.0.0",
38
"remark-lint-no-shortcut-reference-image": "^2.0.0",
39
"remark-lint-no-shortcut-reference-link": "^2.0.0",
40
- "remark-lint-no-undefined-references": "^2.0.0",
+ "remark-lint-no-undefined-references": "^3.0.0",
41
"remark-lint-no-unused-definitions": "^2.0.0"
42
},
43
"xo": false
0 commit comments