Raise original error in tide.fire()
instead of wrapping.
tide-fire is placed on tide instance. Use tide.fire()
instead of fire()
to fire actions.
Allow newer engine versions of Node and npm to be used.
Action handlers now receive two arguments – data and a functions object.
Initial release