Skip to content

Commit

Permalink
Use caret ranges for all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pahen committed Feb 9, 2018
1 parent 8fd1859 commit b0e334a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,22 +40,22 @@
},
"dependencies": {
"chalk": "^2.3.0",
"commander": "2.13.0",
"commander": "^2.14.1",
"commondir": "^1.0.1",
"debug": "^3.1.0",
"dependency-tree": "^6.0.0",
"graphviz": "^0.0.8",
"mz": "^2.7.0",
"ora": "1.4.0",
"ora": "^1.4.0",
"pluralize": "^7.0.0",
"pretty-ms": "^3.0.1",
"rc": "1.2.5",
"rc": "^1.2.5",
"walkdir": "^0.0.12"
},
"devDependencies": {
"@aptoma/eslint-config": "^7.0.1",
"eslint": "4.17.0",
"mocha": "5.0.0",
"should": "13.2.1"
"eslint": "^4.17.0",
"mocha": "^5.0.0",
"should": "^13.2.1"
}
}

0 comments on commit b0e334a

Please sign in to comment.