File tree Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 4
4
"description" : " Official Codecov Rollup plugin" ,
5
5
"author" : " Codecov" ,
6
6
"license" : " MIT" ,
7
+ "keywords" : [
8
+ " Codecov" ,
9
+ " Rollup" ,
10
+ " bundler" ,
11
+ " plugin"
12
+ ],
7
13
"type" : " module" ,
8
14
"exports" : {
9
15
"." : {
50
56
"typescript" : " ^5.3.2" ,
51
57
"unbuild" : " ^2.0.0"
52
58
},
59
+ "peerDependencies" : {
60
+ "rollup" : " ^3.0 || ^4.0"
61
+ },
53
62
"volta" : {
54
63
"extends" : " ../../package.json"
55
64
},
Original file line number Diff line number Diff line change 4
4
"description" : " Official Codecov Vite plugin" ,
5
5
"author" : " Codecov" ,
6
6
"license" : " MIT" ,
7
+ "keywords" : [
8
+ " Codecov" ,
9
+ " Vite" ,
10
+ " bundler" ,
11
+ " plugin"
12
+ ],
7
13
"type" : " module" ,
8
14
"exports" : {
9
15
"." : {
50
56
"unbuild" : " ^2.0.0" ,
51
57
"vite" : " 5.0.3"
52
58
},
59
+ "peerDependencies" : {
60
+ "vite" : " ^4.0 || ^5.0"
61
+ },
53
62
"volta" : {
54
63
"extends" : " ../../package.json"
55
64
},
Original file line number Diff line number Diff line change 4
4
"description" : " Official Codecov Webpack plugin" ,
5
5
"author" : " Codecov" ,
6
6
"license" : " MIT" ,
7
+ "keywords" : [
8
+ " Codecov" ,
9
+ " Webpack" ,
10
+ " bundler" ,
11
+ " plugin"
12
+ ],
7
13
"type" : " module" ,
8
14
"exports" : {
9
15
"." : {
51
57
"typescript" : " ^5.3.2" ,
52
58
"unbuild" : " ^2.0.0"
53
59
},
60
+ "peerDependencies" : {
61
+ "webpack" : " ^5.0"
62
+ },
54
63
"volta" : {
55
64
"extends" : " ../../package.json"
56
65
},
You can’t perform that action at this time.
0 commit comments