lquixada / cross-fetch

Universal WHATWG Fetch API for Node, Browsers and React Native.
MIT License
1.67k stars 104 forks source link

Upgrade to node-fetch v2 #6

Closed simonkberg closed 6 years ago

simonkberg commented 6 years ago

Upgrades node-fetch to version 2.0.0.

Technically this might count as a breaking change, while the purpose of the major version bump was to bring the node implementation closer to compliance with the WHATWG spec (something already claimed by this library).

The project provides an upgrade guide highlighting the breaking changes.

lquixada commented 6 years ago

Thanks, can u solve the conflict file so I can accept your PR?

simonkberg commented 6 years ago

@lquixada rebased and pushed :)