Skip to content

Commit

Permalink
chore(package): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] committed Nov 16, 2016
1 parent 259b0cb commit f20bdea
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"main": "index.js",
"dependencies": {
"dsv": "0.0.x",
"which": "1.1.x",
"which": "~1.2.12",
"mkdirp": "0.5.x"
},
"devDependencies": {
"istanbul": "0.3.x",
"pre-commit": "1.0.x",
"mocha": "2.2.x",
"sinon": "1.14.x",
"sinon-chai": "2.7.x",
"chai": "2.3.x",
"request": "2.56.x"
"istanbul": "~0.4.5",
"pre-commit": "~1.1.3",
"mocha": "~3.1.2",
"sinon": "~1.17.6",
"sinon-chai": "~2.8.0",
"chai": "~3.5.0",
"request": "~2.78.0"
},
"scripts": {
"test": "mocha --ui bdd --reporter spec ./test/*.test.js",
Expand Down

0 comments on commit f20bdea

Please sign in to comment.