kevinohara80 / nforce

nforce is a node.js salesforce REST API wrapper for force.com, database.com, and salesforce.com
MIT License
474 stars 167 forks source link

Switch to native promises? #161

Closed aforty closed 6 years ago

aforty commented 6 years ago

Hi, Now that native promises are widely supported and given that nforce doesn't need bluebird's more advanced features, is it possible to switch implementation to native promises? They are faster and don't require the overhead of including bluebird as a dependency.