Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
haoxin committed Feb 3, 2017
1 parent 8b5e647 commit c506a40
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 @@ -16,13 +16,13 @@
"devDependencies": {
"istanbul": "0",
"koa": "1",
"mocha": "2",
"supertest": "1"
"mocha": "3",
"supertest": "3"
},
"license": "MIT",
"dependencies": {
"debug": "*",
"koa-send": "~3.1.0"
"debug": "^2.6.0",
"koa-send": "^3.3.0"
},
"scripts": {
"test": "mocha --harmony --reporter spec",
Expand Down

0 comments on commit c506a40

Please sign in to comment.