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.
client-spec/clarity
Marco Bonelli 2019-11-15 16:42:59 +01:00 committed by Waldir Pimenta
parent 581821448e
commit 6af2c9b9b3
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"description": "Simplified, community-driven man pages",
"dependencies": {
"glob": "7.1.3",
"markdownlint-cli": "0.15.0",
"markdownlint-cli": "0.19.0",
"tldr-lint": "~0.0.7",
"husky": "^2.2.0"
},