v3.0.0
- Updates the
node-event-emitter
dependency tov3.0.0
- Drops
onX
events in favor of exposing theChildProcess
directly, so that one can useEventHandle
to add listeners to it - Replace internal usages of
on
function for adding event listeners withonce
.