clearbit / clearbit-node

Node library for querying the Clearbit business intelligence APIs
https://clearbit.com/docs
MIT License
69 stars 35 forks source link

update needle #37

Closed davidlumley closed 6 years ago

davidlumley commented 6 years ago

In https://github.com/clearbit/clearbit-node/issues/36 @andymjames mentioned that the way the version of Needle we use has a way of requiring the version that is incompatible with some tools.

We've updated our version of needle in https://github.com/clearbit/needle/commit/84d28b5f2c3916db1e7eb84aeaa9d976cc40054b which should resolve #36

davidlumley commented 6 years ago

@andymjames would you mind verifying that this fixes your issue?

andymjames commented 6 years ago

@davidlumley Works like a charm!

Random thing I noticed: This PR shows a version bump from 1.3.2 to 1.3.3, but the latest version on the NPM site says 1.3.3 is already the current version.

davidlumley commented 6 years ago

I wonder if it's an incorrect bump. Will confirm with @maccman