ssh-add: fix for altered package.json

coverage
mashehu 2017-10-17 17:29:11 +02:00
parent 04cb5ca043
commit e8eb122cf5
1 changed files with 2 additions and 2 deletions

View File

@ -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",