taxjar / taxjar-node

Sales Tax API Client for Node
https://developers.taxjar.com/api/reference/?javascript
MIT License
53 stars 24 forks source link

fixed Promise.defer() deprecated, fixes issue #6 #7

Closed tizol closed 7 years ago

tizol commented 7 years ago

Defer is deprecated as stated by Mozilla

https://developer.mozilla.org/en-US/docs/Mozilla/JavaScript_code_modules/Promise.jsm/Deferred

fastdivision commented 7 years ago

@tizol Thanks for contributing, I'll get this merged right away.