clearbit / clearbit-node

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

Throw on pending? #2

Closed maccman closed 10 years ago

maccman commented 10 years ago

Do you think we should throw an error when the lookup is pending rather than have a 'pending()' function?

bendrucker commented 10 years ago

Yeah I was conflicted on this. Looks like you've already committed this which is fine with me. FYI, Travis will publish for you on tags. So to release just npm version (patch|minor|major) && git push --follow-tags.

maccman commented 10 years ago

Cheers - I'll make sure to deploy with a tag in the future.