Skip to content

Commit

Permalink
deps: upgrade co-body (#104)
Browse files Browse the repository at this point in the history
change promise-based to async function
  • Loading branch information
popomore authored and dead-horse committed May 21, 2018
1 parent d234345 commit b270d5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: node_js
node_js:
- "7.6"
- "8"
- "10"
script: "make test-travis"
after_script: "npm install [email protected] && cat ./coverage/lcov.info | coveralls"
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"supertest": "^3.0.0"
},
"dependencies": {
"co-body": "^5.1.0",
"co-body": "^6.0.0",
"copy-to": "^2.0.1"
},
"engines": {
"node": ">=7.6"
"node": ">=8.0.0"
}
}

0 comments on commit b270d5d

Please sign in to comment.