Skip to content

resolves #94 migrate from deprecated istanbul cli to nyc

  • change dependency from istanbul to nyc
  • add nyc configuration to package.json
  • invoke nyc instead of istanbul in test task
  • remove istanbul usage in cli tests
  • ignore .nyc_output and .nyc_cache folders
Edited by Dan Allen

Merge request reports