We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9cfcaaa + 4633d4c commit 67f7ed2Copy full SHA for 67f7ed2
.travis.yml
@@ -11,6 +11,10 @@ matrix:
11
env: V_REQUEST=latest
12
- node_js: "6"
13
14
+ - node_js: "8"
15
+ env: V_REQUEST=latest
16
+ - node_js: "10"
17
18
19
before_install:
20
- npm install tough-cookie
package.json
@@ -35,7 +35,7 @@
35
"dependencies": {
36
"request-promise-core": "1.1.1",
37
"stealthy-require": "^1.1.1",
38
- "tough-cookie": "^2.5.0"
+ "tough-cookie": "~2.3.3"
39
},
40
"peerDependencies": {
41
"request": "^2.34"
0 commit comments