Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
haoxin committed Mar 22, 2018
1 parent 121af67 commit 86dfe33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,4 +2,4 @@ node_js:
- 8
language: node_js
script: "npm run test-travis"
after_script: "npm install coveralls@2.10.0 && cat ./coverage/lcov.info | coveralls"
after_script: "npm install coveralls@3 && cat ./coverage/lcov.info | coveralls"
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -14,12 +14,12 @@
"index.js"
],
"devDependencies": {
"etag": "^1.7.0",
"istanbul": "^0.4.2",
"koa": "^2.0.0-alpha.3",
"etag": "^1.8.1",
"istanbul": "^0.4.5",
"koa": "^2.5.0",
"koa-etag": "^3.0.0",
"mocha": "^2.4.5",
"supertest": "^1.2.0"
"mocha": "^3.5.3",
"supertest": "^3.0.0"
},
"license": "MIT",
"dependencies": {},
Expand Down

0 comments on commit 86dfe33

Please sign in to comment.