Skip to content

Commit de1a34e

Browse files
author
haoxin
committedJun 30, 2017
bump deps
1 parent bb8b135 commit de1a34e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
"index.js"
1515
],
1616
"devDependencies": {
17-
"istanbul": "0",
18-
"koa": "2",
19-
"mocha": "2",
20-
"supertest": "1"
17+
"istanbul": "^0.4.5",
18+
"koa": "^2.3.0",
19+
"mocha": "^3.4.2",
20+
"supertest": "^3.0.0"
2121
},
2222
"license": "MIT",
2323
"dependencies": {
24-
"debug": "*",
24+
"debug": "^2.6.8",
2525
"koa-send": "^3.2.0"
2626
},
2727
"scripts": {

0 commit comments

Comments
 (0)
Please sign in to comment.