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 22fdd79 commit 109f947
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,18 @@
"test-travis": "istanbul cover _mocha --report lcovonly"
},
"dependencies": {
"escodegen": "1.8.x",
"esprima": "3.1.x",
"estraverse": "4.2.x",
"through2": "2.0.x"
"escodegen": "~1.8.1",
"esprima": "~3.1.2",
"estraverse": "~4.2.0",
"through2": "~2.0.1"
},
"devDependencies": {
"browserify": "13.1.x",
"concat-stream": "1.5.x",
"istanbul": "0.4.x",
"jsdom": "9.8.x",
"browserify": "~13.1.1",
"concat-stream": "~1.5.2",
"istanbul": "~0.4.5",
"jsdom": "~9.8.3",
"mocha": "~3.2.0",
"pre-commit": "1.1.x"
"pre-commit": "~1.1.3"
},
"peerDependencies": {
"browserify": "9 - 13"
Expand Down

0 comments on commit 109f947

Please sign in to comment.