markdownlint-rule-numbered-headings-unique 1.0.0 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -4
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -109,7 +109,6 @@ and tests before submitting.
109
109
 
110
110
  MIT
111
111
 
112
- [markdownlint]: [https://github.com/DavidAnson/markdownlint]
113
- [vscode-markdownlint]: [https://marketplace.visualstudio.com/items?itemName=
114
- DavidAnson.vscode-markdownlint]
115
- [MD024]: [https://github.com/DavidAnson/markdownlint/blob/main/doc/md024.md]
112
+ [markdownlint]: <https://github.com/DavidAnson/markdownlint>
113
+ [vscode-markdownlint]: <https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint>
114
+ [MD024]: <https://github.com/DavidAnson/markdownlint/blob/main/doc/md024.md>
package/package.json CHANGED
@@ -33,10 +33,10 @@
33
33
  ],
34
34
  "devDependencies": {
35
35
  "@eslint/js": "9.21.0",
36
- "eslint": "9.21.0",
37
- "markdownlint-cli2": "^0.17.2"
36
+ "eslint": "^9.39.1",
37
+ "markdownlint-cli2": "^0.19.1"
38
38
  },
39
- "version": "1.0.0",
39
+ "version": "1.0.3",
40
40
  "main": "index.js",
41
41
  "directories": {
42
42
  "test": "test"