File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11.DS_Store
22* .log
33coverage /
4+ .nyc_output /
45node_modules /
56hast-util-script-supporting.js
67hast-util-script-supporting.min.js
Original file line number Diff line number Diff line change 2727 "devDependencies" : {
2828 "browserify" : " ^14.0.0" ,
2929 "esmangle" : " ^1.0.1" ,
30- "istanbul " : " ^0.4 .0" ,
30+ "nyc " : " ^10.3 .0" ,
3131 "remark-cli" : " ^3.0.0" ,
3232 "remark-preset-wooorm" : " ^2.0.0" ,
3333 "tape" : " ^4.4.0" ,
4040 "build" : " npm run build-md && npm run build-bundle && npm run build-mangle" ,
4141 "lint" : " xo" ,
4242 "test-api" : " node test.js" ,
43- "test-coverage" : " istanbul cover test.js" ,
43+ "test-coverage" : " nyc --reporter lcov tape test.js" ,
4444 "test" : " npm run build && npm run lint && npm run test-coverage"
4545 },
46+ "nyc" : {
47+ "check-coverage" : true ,
48+ "lines" : 100 ,
49+ "functions" : 100 ,
50+ "branches" : 100
51+ },
4652 "xo" : {
4753 "space" : true ,
4854 "esnext" : false ,
You can’t perform that action at this time.
0 commit comments