Skip to content

Commit 2c1c77a

Browse files
authored
meta: Fix up peer deps, and keywords in package.json files (#32)
Quick updates to `package.json` files for the bundlers to include keywords, and peer deps.
1 parent 6a0ba97 commit 2c1c77a

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

packages/rollup-plugin/package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
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
".": {
@@ -50,6 +56,9 @@
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
},

packages/vite-plugin/package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
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
".": {
@@ -50,6 +56,9 @@
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
},

packages/webpack-plugin/package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
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
".": {
@@ -51,6 +57,9 @@
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
},

0 commit comments

Comments
 (0)