We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bluebird
While using bluebird is great, it's a very heavy dependency for what is actually needed here.
Code using hostmeta can retain the current behaviour, if desired, by using promisify:
hostmeta
promisify
var getHostMeta = BlueBird.promisify(require('hostmeta'));
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While using
bluebird
is great, it's a very heavy dependency for what is actually needed here.Code using
hostmeta
can retain the current behaviour, if desired, by usingpromisify
:The text was updated successfully, but these errors were encountered: