1
0
Fork 0
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:
Marco Bonelli 2019-11-15 16:42:59 +01:00 committed by Waldir Pimenta
parent 581821448e
commit 6af2c9b9b3

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"
},