Removed = from dependencies as they are redundant
- Also moved tldr-lint to tilde range because when its 0.0.X, caret does not allow any change even in patch version.
This commit is contained in:
@@ -3,10 +3,10 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Simplified, community-driven man pages",
|
"description": "Simplified, community-driven man pages",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"glob": "=7.0.0",
|
"glob": "7.0.0",
|
||||||
"markdownlint-cli": "=0.1.0",
|
"markdownlint-cli": "0.1.0",
|
||||||
"tldr-lint": "^0.0.7",
|
"tldr-lint": "~0.0.7",
|
||||||
"husky": "=0.11.3"
|
"husky": "0.11.3"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"precommit": "npm test",
|
"precommit": "npm test",
|
||||||
|
Reference in New Issue
Block a user