mozilla / ping-centre

INACTIVE - http://mzl.la/ghe-archive
Mozilla Public License 2.0
8 stars 10 forks source link

Unused node-fetch dependency? #39

Closed pdehaan closed 7 years ago

pdehaan commented 7 years ago

I'm guessing node-fetch is unused in package.json, since we're using isometric-fetch.

$ depcheck

Unused dependencies
* node-fetch

Unused devDependencies
* mocha

Missing dependencies
* ping-centre

The mocha and ping-centre warnings are red herrings. I think mocha gets called from a Makefile, and the confusing [self referential] ping-centre reference comes from the example.js file.

pdehaan commented 7 years ago

Reopening. This came back in /package.json:25.