Closed blikblum closed 7 years ago
Aside from using recent and supported versions of development packages, with this PR the transpiled code is somewhat saner. Former transition['catch'] becomes transition.catch
transition['catch']
transition.catch
@greenkeeperio-bot, pls review.
Also updated travis config to use node v6 since tests were failing with node v0.12
Thanks!
Aside from using recent and supported versions of development packages, with this PR the transpiled code is somewhat saner. Former
transition['catch']
becomestransition.catch