mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 01:26:03 +02:00
package.json: bump markdownlint-cli to 0.19.0
This also fixes a bug where markdownlint-cli wasn't able to correctly recognize errors under some circumstances.
This commit is contained in:
parent
581821448e
commit
6af2c9b9b3
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
"description": "Simplified, community-driven man pages",
|
"description": "Simplified, community-driven man pages",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"glob": "7.1.3",
|
"glob": "7.1.3",
|
||||||
"markdownlint-cli": "0.15.0",
|
"markdownlint-cli": "0.19.0",
|
||||||
"tldr-lint": "~0.0.7",
|
"tldr-lint": "~0.0.7",
|
||||||
"husky": "^2.2.0"
|
"husky": "^2.2.0"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue