node-vault
node-vault copied to clipboard
Remove istanbul and use nyc
Removing istanbul and adding nyc because istanbul is deprecated. Their recommendation is to use nyc instead.
Reference: https://www.npmjs.com/package/istanbul
@adam2k you will need to downgrade NYC to v14 as they dropped Node 6 support in v15
Learnt it the hard way
@adam2k I added an nyc switch on https://github.com/kr1sp1n/node-vault/pull/195
Closing in favor of #195