request / request-promise-native

The simplified HTTP request client 'request' with Promise support. Powered by native ES6 promises.
ISC License
1.1k stars 63 forks source link

fix: target tough-cookie 2.x to preserve Node 6 support #32

Closed jasonmit closed 5 years ago

jasonmit commented 5 years ago

Tough-cookie now ends up resolving to 3.0.0 (published today) which drops support for Node 6.

Also fairly confident that CI is failing for other reasons.