matthew-andrews / isomorphic-fetch

Isomorphic WHATWG Fetch API, for Node & Browserify
MIT License
6.95k stars 289 forks source link

Introduce beta dist-tag #152

Closed sbekrin closed 3 years ago

sbekrin commented 6 years ago

Currently node-fetch has next distribution tag with lots of improvements and new features (e.g. .arrayBuffer() response method).

Is it possible to bump all dependency versions to latest beta and publish this module with next dist-tag, so by running npm i isomorphic-fetch@next we would have latest versions, which makes it easier to test and plan upgrades, as well to have features developers missing?

Thanks.

matthew-andrews commented 3 years ago

I think this is now redundant (sorry again as per all the other issues for my lethargic replies to issues and PRs raised here)