From 2408b58f2529ee7279b4e40dc91fc65c066edde3 Mon Sep 17 00:00:00 2001 From: Igor Shubovych Date: Thu, 3 Mar 2016 13:09:07 +0200 Subject: [PATCH] Libraries update --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8f47fbfec..29cdb937e 100644 --- a/package.json +++ b/package.json @@ -3,10 +3,10 @@ "version": "1.0.0", "description": "Simplified, community-driven man pages", "dependencies": { - "glob": "^6.0.4", - "markdownlint-cli": "^0.0.2", + "glob": "^7.0.0", + "markdownlint-cli": "^0.1.0", "tldr-lint": "^0.0.7", - "husky": "^0.10.2" + "husky": "^0.11.3" }, "scripts": { "precommit": "npm test",