jeffrifwald / babel-istanbul

Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests and browser tests. Built for scale.
Other
144 stars 23 forks source link

Bump babel dependency to latest 5.8.x #22

Closed rtsao closed 8 years ago

rtsao commented 8 years ago

The latest Babel is 5.8.23

jeffrifwald commented 8 years ago

Go ahead and bump the package version too. Thanks!

rtsao commented 8 years ago

Bumped a patch version, thanks!

jeffrifwald commented 8 years ago

@rtsao I just published as 0.3.19. Thanks again!