devongovett / browserify-istanbul

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

Make `istanbul` an optional dependency #28

Closed zaygraveyard closed 8 years ago

zaygraveyard commented 8 years ago

Since the instrumenter can be specified using the instrumenter option, istanbul should not be a required dependency.

devongovett commented 8 years ago

Fixed by #27.