ssh-add: fix for altered package.json

This commit is contained in:
mashehu
2017-10-17 17:29:11 +02:00
parent 04cb5ca043
commit e8eb122cf5

View File

@@ -4,9 +4,9 @@
"description": "Simplified, community-driven man pages", "description": "Simplified, community-driven man pages",
"dependencies": { "dependencies": {
"glob": "7.0.0", "glob": "7.0.0",
"husky": "0.11.3",
"markdownlint-cli": "0.1.0", "markdownlint-cli": "0.1.0",
"tldr-lint": "0.0.7" "tldr-lint": "~0.0.7",
"husky": "0.11.3"
}, },
"scripts": { "scripts": {
"precommit": "npm test", "precommit": "npm test",