AmpersandJS / ampersand-events

Standalone event system that can be mixed into any object
MIT License
18 stars 7 forks source link

Added aliases to allow drop-in for EventEmitter #14

Closed robinplace closed 8 years ago

robinplace commented 8 years ago

13—added aliases to allow substituting AmpersandEvents for Node's EventEmitter on the server side.

pgilad commented 8 years ago

@superscript18 Can you rebase this with master branch?

robinplace commented 8 years ago

Ahah, success. @pgilad I've rebased my fork like you requested.

pgilad commented 8 years ago

I'm 👍 on this. Can anyone else validate this as well?

wraithgar commented 8 years ago

Yeah looks good @pgilad ship it.

pgilad commented 8 years ago

Ack, don't have npm creds... @wraithgar Can you publish https://github.com/AmpersandJS/ampersand-events/commit/c9cf3a00c01105eeae7c33c58043c0902d2f91b0 ? I've already pushed the version/tag

wraithgar commented 8 years ago

you didn't push the tags but yeah I'll publish

wraithgar commented 8 years ago

ah there's the tag.

published as v2.0.1

wraithgar commented 8 years ago

Should have been 2.1.0 but it's already out.

Added you to npm @pgilad for next time.

pgilad commented 8 years ago

Thanks for the work!