Pin down the dependencies to their exact version

- And keep tldr-lint on a greater than mode
waldyrious/alt-syntax
Agniva De Sarker 2016-10-03 12:54:36 +05:30
parent 8dd53d6484
commit dc0c42650d
1 changed files with 3 additions and 3 deletions

View File

@ -3,10 +3,10 @@
"version": "1.0.0",
"description": "Simplified, community-driven man pages",
"dependencies": {
"glob": "^7.0.0",
"markdownlint-cli": "^0.1.0",
"glob": "=7.0.0",
"markdownlint-cli": "=0.1.0",
"tldr-lint": "^0.0.7",
"husky": "^0.11.3"
"husky": "=0.11.3"
},
"scripts": {
"precommit": "npm test",