Skip to content

Commit

Permalink
[update-request-version] Update request dependency version to 2.87
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansamines committed Jul 19, 2018
1 parent c5e83eb commit 8c0bac4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: node_js
node_js:
- 0.4
- 0.6
- 4
- 6
- 8
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"test:integration": "make test type=integration"
},
"engines": {
"node": "*"
"node": ">=4 <10"
},
"dependencies": {
"request": "2.1.1",
"request": "2.87.0",
"lazy-socket": "0.0.3"
},
"devDependencies": {
Expand Down

0 comments on commit 8c0bac4

Please sign in to comment.