bump package version to 2.0.2
[squeep-mystery-box] / .nycrc.json
1 {
2 "check-coverage": true,
3 "functions": 100,
4 "lines": 100,
5 "per-file": true,
6 "reporter": ["lcov", "text"],
7 "statements": 100
8 }