From 95fe8eea227caa369e334babbf2695b9a55cd199 Mon Sep 17 00:00:00 2001 From: pxgamer Date: Wed, 1 May 2019 13:12:20 +0100 Subject: [PATCH] package.json: update 'markdownlint-cli' requirement to v0.15.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d29ee8df3..81d279870 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.1.0", + "markdownlint-cli": "0.15.0", "tldr-lint": "~0.0.7", "husky": "^2.2.0" },