Skip to content
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 #3

Open
legastero opened this issue Sep 1, 2014 · 0 comments
Open

Remove bluebird dependency #3

legastero opened this issue Sep 1, 2014 · 0 comments

Comments

@legastero
Copy link
Contributor

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:

var getHostMeta = BlueBird.promisify(require('hostmeta'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant