abonventre / gatsby-source-thirdparty

A gatsby source plugin for pulling in third party api data.
20 stars 44 forks source link

Remove deprecated dependency `crypto` #5

Open jeremylynch opened 6 years ago

jeremylynch commented 6 years ago

Thanks very much for making this awesome plugin!

The gatsby-source-thirdparty npm package lists crypto as a dependency, while this is not needed anymore and generate a deprecation warning on install. The built-in crypto module should be used instead. To replicate, just install this module using npm.

jeremylynch commented 6 years ago

any update on this @abonventre ? Thanks!

jeremylynch commented 6 years ago

Any update @abonventre ? thanks