-
Notifications
You must be signed in to change notification settings - Fork 68
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
Resolve NodeJS v4.x build issue #30
Conversation
…has an emit method, so use it instead of EventEmitter.prototype.emit
@sempasha are u using this in production? I consider branching of and using your code |
@mcavage Could you please consider merging this? |
+1 |
@cainvommars yes, I'm using this in production. |
@sempasha I forked your repo. Using it in production too. Thank you so much mate! |
+1 |
Resolve NodeJS v4.x build issue
@mcavage do not forget to bump package version, due to its incompatible with node v0.x since merge. Or I'm wrong maybe. |
@mcavage yes, please bump the major npm version. Otherwise, the things might not go well for many people who did not upgrade to node v4. |
Resolve issue #27 and #26 (also see nodejs/node#2798)
Thanks to @rvagg for posting nodejs/nan#376 (comment)