File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ node_modules/
3
3
tmp /
4
4
* .log
5
5
.idea /
6
- .nyc_output /
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"
25
25
"author" :
" Tommy Chen <[email protected] > (https://zespia.tw)" ,
26
26
"license" : " MIT" ,
27
27
"devDependencies" : {
28
- "chai" : " ^4.2.0" ,
29
- "coveralls" : " ^3.0.2" ,
30
- "eslint" : " ^8.8.0" ,
28
+ "c8" : " ^7.12.0" ,
29
+ "chai" : " ^4.3.6" ,
30
+ "coveralls" : " ^3.1.1" ,
31
+ "eslint" : " ^8.25.0" ,
31
32
"eslint-config-hexo" : " ^5.0.0" ,
32
- "hexo" : " ^6.0.0" ,
33
- "mocha" : " ^9.2.0" ,
34
- "nyc" : " ^15.0.0"
33
+ "hexo" : " ^6.3.0" ,
34
+ "mocha" : " ^10.0.0"
35
35
},
36
36
"dependencies" : {
37
- "hexo-pagination" : " 2 .0.0"
37
+ "hexo-pagination" : " 3 .0.0"
38
38
},
39
39
"engines" : {
40
40
"node" : " >=14"
41
41
}
42
- }
42
+ }
You can’t perform that action at this time.
0 commit comments