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 44 "description" : " Official Codecov Rollup plugin" ,
55 "author" : " Codecov" ,
66 "license" : " MIT" ,
7+ "keywords" : [
8+ " Codecov" ,
9+ " Rollup" ,
10+ " bundler" ,
11+ " plugin"
12+ ],
713 "type" : " module" ,
814 "exports" : {
915 "." : {
5056 "typescript" : " ^5.3.2" ,
5157 "unbuild" : " ^2.0.0"
5258 },
59+ "peerDependencies" : {
60+ "rollup" : " ^3.0 || ^4.0"
61+ },
5362 "volta" : {
5463 "extends" : " ../../package.json"
5564 },
Original file line number Diff line number Diff line change 44 "description" : " Official Codecov Vite plugin" ,
55 "author" : " Codecov" ,
66 "license" : " MIT" ,
7+ "keywords" : [
8+ " Codecov" ,
9+ " Vite" ,
10+ " bundler" ,
11+ " plugin"
12+ ],
713 "type" : " module" ,
814 "exports" : {
915 "." : {
5056 "unbuild" : " ^2.0.0" ,
5157 "vite" : " 5.0.3"
5258 },
59+ "peerDependencies" : {
60+ "vite" : " ^4.0 || ^5.0"
61+ },
5362 "volta" : {
5463 "extends" : " ../../package.json"
5564 },
Original file line number Diff line number Diff line change 44 "description" : " Official Codecov Webpack plugin" ,
55 "author" : " Codecov" ,
66 "license" : " MIT" ,
7+ "keywords" : [
8+ " Codecov" ,
9+ " Webpack" ,
10+ " bundler" ,
11+ " plugin"
12+ ],
713 "type" : " module" ,
814 "exports" : {
915 "." : {
5157 "typescript" : " ^5.3.2" ,
5258 "unbuild" : " ^2.0.0"
5359 },
60+ "peerDependencies" : {
61+ "webpack" : " ^5.0"
62+ },
5463 "volta" : {
5564 "extends" : " ../../package.json"
5665 },
You can’t perform that action at this time.
0 commit comments