1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

Merge pull request #1103 from tldr-pages/set-versions

Pin down the dependencies to their exact version
This commit is contained in:
Agniva De Sarker 2016-10-03 23:54:51 +05:30 committed by GitHub
commit 093bb6fea4

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",
"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",