package.json: update 'markdownlint-cli' requirement to v0.15.0

This commit is contained in:
pxgamer
2019-05-01 13:12:20 +01:00
committed by Marco Bonelli
parent f1c69c5ab2
commit 95fe8eea22

View File

@@ -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.1.0", "markdownlint-cli": "0.15.0",
"tldr-lint": "~0.0.7", "tldr-lint": "~0.0.7",
"husky": "^2.2.0" "husky": "^2.2.0"
}, },