istanbul-coverage-display
Advanced tools
Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "istanbul-coverage-display", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"main": "dist/index.cjs.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/index.esm.js", |
@@ -36,4 +36,4 @@ # istanbul-coverage-display | ||
## More info | ||
There is a [demo project](https://vijayst.github.io/istanbul-coverage-display/) for this package. And there is a [blog post](https://vijayt.com/post/code-coverage-of-manual-testing-using-istanbul/) with more details about why we need this. | ||
There is a [demo project](https://reactbook.netlify.com) for this package. And there is a [blog post](https://vijayt.com/post/code-coverage-of-manual-testing-using-istanbul/) with more details about why we need this. | ||
105133