-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove Bluebird dependency #19
Comments
I'm just going to copy & paste my comment from the old repo:
That said, let's have a discussion on the minimum version of Node.js we should support. |
I already mentioned in the other issue that we should stick with what is officially supported by nodejs and I think in that case there is no need to have a shim. I think the last supported node is 12.x right? |
We should be able to remove Bluebird as a dependency in favor of standard ES6 Promises.
The text was updated successfully, but these errors were encountered: