mirror of https://github.com/CrimsonTome/tldr.git
ssh-add: fix for altered package.json
parent
04cb5ca043
commit
e8eb122cf5
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue