Skip to content

Commit

Permalink
Removed = from dependencies as they are redundant
Browse files Browse the repository at this point in the history
- Also moved tldr-lint to tilde range because
when its 0.0.X, caret does not allow any change
even in patch version.
  • Loading branch information
agnivade committed Oct 3, 2016
1 parent dc0c426 commit 266b8da
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 266b8da

Please sign in to comment.