File tree 2 files changed +10
-9
lines changed
2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1
1
coverage
2
2
node_modules
3
3
package-lock.json
4
+ .tap
Original file line number Diff line number Diff line change 17
17
},
18
18
"homepage" : " https://mojolicious.org" ,
19
19
"scripts" : {
20
- "coverage" : " c8 tap --no -coverage test/*.js" ,
20
+ "coverage" : " c8 tap --disable-coverage --allow-empty -coverage test/*.js" ,
21
21
"lint" : " eslint \" lib/*.js\" \" test/*.js\" \" test/**/*.js\" " ,
22
22
"publish:major" : " npm version major && npm publish" ,
23
23
"publish:minor" : " npm version minor && npm publish" ,
24
24
"publish:patch" : " npm version patch && npm publish" ,
25
- "test" : " tap --no -coverage test/*.js"
25
+ "test" : " tap --disable-coverage --allow-empty -coverage test/*.js"
26
26
},
27
27
"type" : " module" ,
28
28
"main" : " ./lib/server-starter.js" ,
29
29
"devDependencies" : {
30
- "@mojojs/core" : " ^0.36 .0" ,
31
- "c8" : " ^7.11.3 " ,
30
+ "@mojojs/core" : " ^1.25 .0" ,
31
+ "c8" : " ^8.0.0 " ,
32
32
"eslint" : " ^8.1.0" ,
33
- "eslint-config-prettier" : " ^8.3 .0" ,
33
+ "eslint-config-prettier" : " ^9.0 .0" ,
34
34
"eslint-plugin-import" : " ^2.23.4" ,
35
35
"eslint-plugin-node" : " ^11.1.0" ,
36
- "eslint-plugin-prettier" : " ^4 .0.0" ,
37
- "prettier" : " 2.7 .0" ,
38
- "tap" : " ^16.2 .0"
36
+ "eslint-plugin-prettier" : " ^5 .0.0" ,
37
+ "prettier" : " ^3.0 .0" ,
38
+ "tap" : " ^18.5 .0"
39
39
},
40
40
"engines" : {
41
- "node" : " >= 16 "
41
+ "node" : " >= 18 "
42
42
},
43
43
"os" : [
44
44
" !win32"
You can’t perform that action at this time.
0 commit comments