istanbuljs / babel-plugin-istanbul

A babel plugin that adds istanbul instrumentation to ES6 code
BSD 3-Clause "New" or "Revised" License
624 stars 73 forks source link

5.0.0 not out on npm? #159

Closed wojtekmaj closed 6 years ago

wojtekmaj commented 6 years ago

Hey, just a heads up, you seemed to release 5.0.0 yesterday but it's not actually published on npm. Was that intentional? Sorry if yes!

coreyfarrell commented 6 years ago

It is published to npm but under the next tag, not latest. You can test it by running npm install babel-plugin-istanbul@next. Keep in mind it has seen very little testing 'in the wild' so if you try it please scrutinize the coverage results and report any issues.