devongovett / browserify-istanbul

A browserify transform for the istanbul code coverage tool
50 stars 32 forks source link

Update istanbul version #26

Closed feross closed 8 years ago

feross commented 8 years ago

The version of istanbul that is used is quite a bit out-of-date. There are also npm install warnings that go away if you update the latest version.

npm WARN prefer global istanbul@0.2.16 should be installed with -g
joeMalmsten commented 8 years ago

Agreed, could the istanbul version please be updated. Currently when using browserify-istanbul I consistently reproduce the below issue.

https://github.com/gotwarlost/istanbul/issues/476

devongovett commented 8 years ago

Now uses the istanbul version installed by your application.