Skip to content

Commit

Permalink
[deps] Use tilde ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Nov 25, 2016
1 parent 95a390b commit 6192a5f
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 @@ -40,10 +40,10 @@
},
"pre-commit": "sync, test",
"devDependencies": {
"assume": "1.4.x",
"istanbul": "0.4.x",
"assume": "~1.4.1",
"istanbul": "~0.4.5",
"mocha": "~3.2.0",
"pre-commit": "1.1.x",
"zuul": "3.11.x"
"pre-commit": "~1.1.3",
"zuul": "~3.11.1"
}
}

0 comments on commit 6192a5f

Please sign in to comment.