File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
.DS_Store
2
2
* .log
3
3
coverage /
4
+ .nyc_output /
4
5
node_modules /
5
6
hast-util-script-supporting.js
6
7
hast-util-script-supporting.min.js
Original file line number Diff line number Diff line change 27
27
"devDependencies" : {
28
28
"browserify" : " ^14.0.0" ,
29
29
"esmangle" : " ^1.0.1" ,
30
- "istanbul " : " ^0.4 .0" ,
30
+ "nyc " : " ^10.3 .0" ,
31
31
"remark-cli" : " ^3.0.0" ,
32
32
"remark-preset-wooorm" : " ^2.0.0" ,
33
33
"tape" : " ^4.4.0" ,
40
40
"build" : " npm run build-md && npm run build-bundle && npm run build-mangle" ,
41
41
"lint" : " xo" ,
42
42
"test-api" : " node test.js" ,
43
- "test-coverage" : " istanbul cover test.js" ,
43
+ "test-coverage" : " nyc --reporter lcov tape test.js" ,
44
44
"test" : " npm run build && npm run lint && npm run test-coverage"
45
45
},
46
+ "nyc" : {
47
+ "check-coverage" : true ,
48
+ "lines" : 100 ,
49
+ "functions" : 100 ,
50
+ "branches" : 100
51
+ },
46
52
"xo" : {
47
53
"space" : true ,
48
54
"esnext" : false ,
You can’t perform that action at this time.
0 commit comments