In the hopes of fixing https://github.com/atom/telemetry/issues/15, rip out isomorphic-fetch. I had originally added it to address some problems I was having running the unit tests. However, the unit tests work without it. So it seems wholly unnecessary.
I noticed two other dependencies that appear to be wholly unused, and that the tests work fine without. So I ripped 'em out too.
In the hopes of fixing https://github.com/atom/telemetry/issues/15, rip out
isomorphic-fetch
. I had originally added it to address some problems I was having running the unit tests. However, the unit tests work without it. So it seems wholly unnecessary.I noticed two other dependencies that appear to be wholly unused, and that the tests work fine without. So I ripped 'em out too.