mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 02:15:30 +02:00
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:
parent
dc0c42650d
commit
266b8da479
1 changed files with 4 additions and 4 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue