Skip to content

Commit b270d5d

Browse files
popomoredead-horse
authored andcommitted
deps: upgrade co-body (#104)
change promise-based to async function
1 parent d234345 commit b270d5d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: node_js
22
node_js:
3-
- "7.6"
3+
- "8"
4+
- "10"
45
script: "make test-travis"
56
after_script: "npm install coveralls@2.10.0 && cat ./coverage/lcov.info | coveralls"

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
"supertest": "^3.0.0"
3636
},
3737
"dependencies": {
38-
"co-body": "^5.1.0",
38+
"co-body": "^6.0.0",
3939
"copy-to": "^2.0.1"
4040
},
4141
"engines": {
42-
"node": ">=7.6"
42+
"node": ">=8.0.0"
4343
}
4444
}

0 commit comments

Comments
 (0)