html-snapshots 0.18.0 → 0.18.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.c8rc.json ADDED
@@ -0,0 +1,5 @@
1
+ {
2
+ "reports-dir": "coverage",
3
+ "reporter": "lcov",
4
+ "exclude": ["tmp", "docs", "node_modules", "test", ".github", "coverage", "examples"]
5
+ }
package/README.md CHANGED
@@ -65,7 +65,7 @@ html-snapshots takes snapshots in parallel, each page getting its own PhantomJS
65
65
  `v0.14.16` Node 4+
66
66
  `v0.15.x ` Node 6+
67
67
  `v0.16.x ` Node 8+
68
- `v0.17.x ` Node 10+
68
+ `v0.17.x ` Node 10+
69
69
  `v0.18.x ` Node 14+
70
70
 
71
71
  ### Breaking Changes