File tree 2 files changed +7
-8
lines changed
2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -3,5 +3,4 @@ node_modules/
3
3
tmp /
4
4
* .log
5
5
.idea /
6
- .nyc_output /
7
6
coverage /
Original file line number Diff line number Diff line change 6
6
"scripts" : {
7
7
"eslint" : " eslint ." ,
8
8
"test" : " mocha test/index.js" ,
9
- "test-cov" : " nyc --reporter=lcovonly npm run test"
9
+ "test-cov" : " c8 --reporter=lcovonly npm run test"
10
10
},
11
11
"directories" : {
12
12
"lib" : " ./lib"
29
29
"author" :
" Tommy Chen <[email protected] > (https://zespia.tw)" ,
30
30
"license" : " MIT" ,
31
31
"devDependencies" : {
32
- "chai" : " ^4.2.0" ,
33
- "eslint" : " ^8.5.0" ,
32
+ "c8" : " ^7.12.0" ,
33
+ "chai" : " ^4.3.6" ,
34
+ "eslint" : " ^8.25.0" ,
34
35
"eslint-config-hexo" : " ^5.0.0" ,
35
- "hexo" : " ^6.0.0" ,
36
- "mocha" : " ^10.0.0" ,
37
- "nyc" : " ^15.0.0"
36
+ "hexo" : " ^6.3.0" ,
37
+ "mocha" : " ^10.0.0"
38
38
},
39
39
"dependencies" : {
40
- "hexo-pagination" : " 2 .0.0"
40
+ "hexo-pagination" : " 3 .0.0"
41
41
}
42
42
}
You can’t perform that action at this time.
0 commit comments