Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
haoxin committed Jan 12, 2017
1 parent 0b056be commit 7f6c569
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 @@ -16,19 +16,19 @@
"test": "mocha --harmony test.js"
},
"devDependencies": {
"chai": "^2.3.0",
"koa": "^2.0.0-alpha.3",
"koa-route": "^3.0.0",
"mocha": "^2.2.5",
"sinon": "^1.14.1",
"sinon-chai": "^2.7.0",
"supertest": "^1.0.1"
"chai": "^3.5.0",
"koa": "^2.0.0-alpha.7",
"koa-route": "^3.2.0",
"mocha": "^3.2.0",
"sinon": "^1.17.7",
"sinon-chai": "^2.8.0",
"supertest": "^2.0.1"
},
"license": "MIT",
"dependencies": {
"bytes": "1",
"chalk": "^1.0.0",
"humanize-number": "~0.0.1",
"chalk": "^1.1.3",
"humanize-number": "0.0.2",
"passthrough-counter": "^1.0.0"
}
}

0 comments on commit 7f6c569

Please sign in to comment.