File tree 2 files changed +11
-11
lines changed 2 files changed +11
-11
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"
28
28
],
29
29
"license" : " MIT" ,
30
30
"dependencies" : {
31
- "hexo-util " : " ^2.5 .0" ,
32
- "marked " : " ^4.0.1 " ,
33
- "dompurify " : " ^2.3.0 " ,
34
- "jsdom " : " ^20.0 .1"
31
+ "dompurify " : " ^2.4 .0" ,
32
+ "hexo-util " : " ^2.7.0 " ,
33
+ "jsdom " : " ^20.0.1 " ,
34
+ "marked " : " ^4.1 .1"
35
35
},
36
36
"devDependencies" : {
37
- "chai" : " ^4.2.0" ,
38
- "eslint" : " ^8.0.0" ,
37
+ "c8" : " ^7.12.0" ,
38
+ "chai" : " ^4.3.6" ,
39
+ "eslint" : " ^8.24.0" ,
39
40
"eslint-config-hexo" : " ^5.0.0" ,
40
- "hexo" : " ^6.0.0" ,
41
- "mocha" : " ^10.0.0" ,
42
- "nyc" : " ^15.0.0"
41
+ "hexo" : " ^6.3.0" ,
42
+ "mocha" : " ^10.0.0"
43
43
},
44
44
"engines" : {
45
45
"node" : " >=14"
You can’t perform that action at this time.
0 commit comments