diff --git a/package.json b/package.json index 8bf9640b5c0e79..f0ab5f12a0b642 100644 --- a/package.json +++ b/package.json @@ -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",