From 6af2c9b9b3af3e74b68a25cfdef7cf3633b12d85 Mon Sep 17 00:00:00 2001 From: Marco Bonelli Date: Fri, 15 Nov 2019 16:42:59 +0100 Subject: [PATCH] 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. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8a6230e75..7f850846c 100644 --- a/package.json +++ b/package.json @@ -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" },