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

move babel-core to peerDependency #58

Closed maxkostow closed 8 years ago

maxkostow commented 8 years ago

I see you just moved to a less restrictive babel-core dependency. I think it makes more sense as a peerDependency in that case.

Would this require bumping the major version if you are following semver?