Skip to content

Commit

Permalink
[pkg] Use tilde ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Nov 25, 2016
1 parent 4f637e4 commit a0b7e5f
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 @@ -25,14 +25,14 @@
"author": "Luigi Pinca",
"license": "MIT",
"dependencies": {
"pumpify": "1.3.x",
"split2": "2.1.x",
"through2": "2.0.x"
"pumpify": "~1.3.5",
"split2": "~2.1.0",
"through2": "~2.0.1"
},
"devDependencies": {
"concat-stream": "1.5.x",
"istanbul": "0.4.x",
"concat-stream": "~1.5.2",
"istanbul": "~0.4.5",
"mocha": "~3.2.0",
"pre-commit": "1.1.x"
"pre-commit": "~1.1.3"
}
}

0 comments on commit a0b7e5f

Please sign in to comment.