From e8eb122cf57f7da15bdf2525d337d330577b9fb5 Mon Sep 17 00:00:00 2001 From: mashehu Date: Tue, 17 Oct 2017 17:29:11 +0200 Subject: [PATCH] ssh-add: fix for altered package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 849e3dcc9..b87156185 100644 --- a/package.json +++ b/package.json @@ -4,9 +4,9 @@ "description": "Simplified, community-driven man pages", "dependencies": { "glob": "7.0.0", - "husky": "0.11.3", "markdownlint-cli": "0.1.0", - "tldr-lint": "0.0.7" + "tldr-lint": "~0.0.7", + "husky": "0.11.3" }, "scripts": { "precommit": "npm test",