Skip to content

Commit

Permalink
Merge branch 'master' into u/jasonmit/fix-node-6
Browse files Browse the repository at this point in the history
  • Loading branch information
analog-nico committed Feb 14, 2019
2 parents 9cfcaaa + 4633d4c commit 67f7ed2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ matrix:
env: V_REQUEST=latest
- node_js: "6"
env: V_REQUEST=latest
- node_js: "8"
env: V_REQUEST=latest
- node_js: "10"
env: V_REQUEST=latest

before_install:
- npm install tough-cookie
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"request-promise-core": "1.1.1",
"stealthy-require": "^1.1.1",
"tough-cookie": "^2.5.0"
"tough-cookie": "~2.3.3"
},
"peerDependencies": {
"request": "^2.34"
Expand Down

0 comments on commit 67f7ed2

Please sign in to comment.