File tree Expand file tree Collapse file tree 2 files changed +90
-287
lines changed Expand file tree Collapse file tree 2 files changed +90
-287
lines changed Original file line number Diff line number Diff line change 26
26
],
27
27
"scripts" : {
28
28
"build" : " babel src -d lib" ,
29
- "cover" : " nyc --reporter=lcov npm test" ,
29
+ "cover" : " c8 --all --src src --reporter=lcov npm test" ,
30
30
"esdoc" : " esdoc" ,
31
31
"lint-config" : " fixpack --dryRun" ,
32
32
"lint-config-and-fix" : " fixpack || fixpack" ,
43
43
"@babel/register" : " 7.13.8" ,
44
44
"@heap-data-structure/specification" : " 16.0.0" ,
45
45
"ava" : " 3.15.0" ,
46
+ "c8" : " 7.7.3" ,
46
47
"coveralls" : " 3.1.0" ,
47
48
"esdoc" : " 1.1.0" ,
48
49
"esdoc-ecmascript-proposal-plugin" : " 1.0.0" ,
49
50
"esdoc-inject-script-plugin" : " 1.0.0" ,
50
51
"esdoc-inject-style-plugin" : " 1.0.0" ,
51
52
"esdoc-standard-plugin" : " 1.0.0" ,
52
53
"fixpack" : " 4.0.0" ,
53
- "np" : " 6.5.0" ,
54
- "nyc" : " 15.1.0"
54
+ "np" : " 6.5.0"
55
55
},
56
56
"ava" : {
57
57
"files" : [
You can’t perform that action at this time.
0 commit comments