Skip to content

Commit

Permalink
Merge pull request #12 from jonathansamines/feature/update-request-ve…
Browse files Browse the repository at this point in the history
…rsion

Update request dependency version to 2.87
  • Loading branch information
Serphentas authored Oct 26, 2018
2 parents c5e83eb + 4a2439c commit db9b68a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- 0.4
- 0.6
- 4
- 6
- 8
- 10
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 db9b68a

Please sign in to comment.