Skip to content

Commit

Permalink
Merge pull request #1103 from tldr-pages/set-versions
Browse files Browse the repository at this point in the history
Pin down the dependencies to their exact version
  • Loading branch information
agnivade committed Oct 3, 2016
2 parents 35b685f + 266b8da commit 093bb6f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"version": "1.0.0",
"description": "Simplified, community-driven man pages",
"dependencies": {
"glob": "^7.0.0",
"markdownlint-cli": "^0.1.0",
"tldr-lint": "^0.0.7",
"husky": "^0.11.3"
"glob": "7.0.0",
"markdownlint-cli": "0.1.0",
"tldr-lint": "~0.0.7",
"husky": "0.11.3"
},
"scripts": {
"precommit": "npm test",
Expand Down

0 comments on commit 093bb6f

Please sign in to comment.