Skip to content

Commit 9c8874b

Browse files
committed
chore: Add repository fields
enables `npm repo @codecov/webpack-plugin` and adds a link on npm dot com
1 parent 866e31a commit 9c8874b

File tree

11 files changed

+55
-1
lines changed

11 files changed

+55
-1
lines changed

packages/astro-plugin/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55
"author": "Codecov",
66
"license": "MIT",
77
"homepage": "https://github.com/codecov/codecov-javascript-bundler-plugins/tree/main/packages/astro-plugin",
8-
"repository": "git://github.com/codecov/codecov-javascript-bundler-plugins.git",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/codecov/codecov-javascript-bundler-plugins.git",
11+
"directory": "packages/astro-plugin"
12+
},
913
"keywords": [
1014
"withastro",
1115
"astro-component",

packages/bundle-analyzer/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"description": "Official Codecov Bundle Analyzer",
55
"author": "Codecov",
66
"license": "MIT",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/codecov/codecov-javascript-bundler-plugins.git",
10+
"directory": "packages/bundle-analyzer"
11+
},
712
"keywords": [
813
"Codecov",
914
"bundle-analyzer",

packages/bundler-plugin-core/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"description": "Official Codecov Bundler Plugin Core",
55
"author": "Codecov",
66
"license": "MIT",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/codecov/codecov-javascript-bundler-plugins.git",
10+
"directory": "packages/bundler-plugin-core"
11+
},
712
"type": "module",
813
"exports": {
914
".": {

packages/nextjs-webpack-plugin/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"description": "Official Codecov NextJS (Webpack) plugin",
55
"author": "Codecov",
66
"license": "MIT",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/codecov/codecov-javascript-bundler-plugins.git",
10+
"directory": "packages/nextjs-webpack-plugin"
11+
},
712
"keywords": [
813
"Codecov",
914
"NextJS",

packages/nuxt-plugin/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"description": "Official Codecov Nuxt plugin",
55
"author": "Codecov",
66
"license": "MIT",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/codecov/codecov-javascript-bundler-plugins.git",
10+
"directory": "packages/nuxt-plugin"
11+
},
712
"keywords": [
813
"Codecov",
914
"Nuxt",

packages/remix-vite-plugin/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"description": "Official Codecov Remix plugin",
55
"author": "Codecov",
66
"license": "MIT",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/codecov/codecov-javascript-bundler-plugins.git",
10+
"directory": "packages/remix-vite-plugin"
11+
},
712
"keywords": [
813
"Codecov",
914
"Remix",

packages/rollup-plugin/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"description": "Official Codecov Rollup plugin",
55
"author": "Codecov",
66
"license": "MIT",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/codecov/codecov-javascript-bundler-plugins.git",
10+
"directory": "packages/rollup-plugin"
11+
},
712
"keywords": [
813
"Codecov",
914
"Rollup",

packages/solidstart-plugin/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"description": "Official Codecov SolidStart plugin",
55
"author": "Codecov",
66
"license": "MIT",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/codecov/codecov-javascript-bundler-plugins.git",
10+
"directory": "packages/solidstart-plugin"
11+
},
712
"keywords": [
813
"Codecov",
914
"SolidStart",

packages/sveltekit-plugin/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"description": "Official Codecov SvelteKit plugin",
55
"author": "Codecov",
66
"license": "MIT",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/codecov/codecov-javascript-bundler-plugins.git",
10+
"directory": "packages/sveltekit-plugin"
11+
},
712
"keywords": [
813
"Codecov",
914
"SvelteKit",

packages/vite-plugin/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"description": "Official Codecov Vite plugin",
55
"author": "Codecov",
66
"license": "MIT",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/codecov/codecov-javascript-bundler-plugins.git",
10+
"directory": "packages/vite-plugin"
11+
},
712
"keywords": [
813
"Codecov",
914
"Vite",

0 commit comments

Comments
 (0)