Skip to content

Commit

Permalink
ssh-add: fix for altered package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mashehu committed Oct 17, 2017
1 parent 04cb5ca commit e8eb122
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e8eb122

Please sign in to comment.