Skip to content

Add accurate homepage, repository and bugs metadata to all packages #265

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion packages/astro-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@
"author": "Codecov",
"license": "MIT",
"homepage": "https://github.com/codecov/codecov-javascript-bundler-plugins/tree/main/packages/astro-plugin",
"repository": "git://github.com/codecov/codecov-javascript-bundler-plugins.git",
"repository": {
"type": "git",
"url": "https://github.com/codecov/codecov-javascript-bundler-plugins.git",
"directory": "packages/astro-plugin"
},
"bugs": {
"url": "https://github.com/codecov/codecov-javascript-bundler-plugins/issues"
},
"keywords": [
"withastro",
"astro-component",
Expand Down
9 changes: 9 additions & 0 deletions packages/bundle-analyzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
"description": "Official Codecov Bundle Analyzer",
"author": "Codecov",
"license": "MIT",
"homepage": "https://github.com/codecov/codecov-javascript-bundler-plugins/tree/main/packages/bundle-analyzer",
"repository": {
"type": "git",
"url": "https://github.com/codecov/codecov-javascript-bundler-plugins.git",
"directory": "packages/bundle-analyzer"
},
"bugs": {
"url": "https://github.com/codecov/codecov-javascript-bundler-plugins/issues"
},
"keywords": [
"Codecov",
"bundle-analyzer",
Expand Down
9 changes: 9 additions & 0 deletions packages/bundler-plugin-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
"description": "Official Codecov Bundler Plugin Core",
"author": "Codecov",
"license": "MIT",
"homepage": "https://github.com/codecov/codecov-javascript-bundler-plugins/tree/main/packages/bundler-plugin-core",
"repository": {
"type": "git",
"url": "https://github.com/codecov/codecov-javascript-bundler-plugins.git",
"directory": "packages/bundler-plugin-core"
},
"bugs": {
"url": "https://github.com/codecov/codecov-javascript-bundler-plugins/issues"
},
"type": "module",
"exports": {
".": {
Expand Down
9 changes: 9 additions & 0 deletions packages/nextjs-webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
"description": "Official Codecov NextJS (Webpack) plugin",
"author": "Codecov",
"license": "MIT",
"homepage": "https://github.com/codecov/codecov-javascript-bundler-plugins/tree/main/packages/nextjs-webpack-plugin",
"repository": {
"type": "git",
"url": "https://github.com/codecov/codecov-javascript-bundler-plugins.git",
"directory": "packages/nextjs-webpack-plugin"
},
"bugs": {
"url": "https://github.com/codecov/codecov-javascript-bundler-plugins/issues"
},
"keywords": [
"Codecov",
"NextJS",
Expand Down
9 changes: 9 additions & 0 deletions packages/nuxt-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
"description": "Official Codecov Nuxt plugin",
"author": "Codecov",
"license": "MIT",
"homepage": "https://github.com/codecov/codecov-javascript-bundler-plugins/tree/main/packages/nuxt-plugin",
"repository": {
"type": "git",
"url": "https://github.com/codecov/codecov-javascript-bundler-plugins.git",
"directory": "packages/nuxt-plugin"
},
"bugs": {
"url": "https://github.com/codecov/codecov-javascript-bundler-plugins/issues"
},
"keywords": [
"Codecov",
"Nuxt",
Expand Down
9 changes: 9 additions & 0 deletions packages/remix-vite-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
"description": "Official Codecov Remix plugin",
"author": "Codecov",
"license": "MIT",
"homepage": "https://github.com/codecov/codecov-javascript-bundler-plugins/tree/main/packages/remix-vite-plugin",
"repository": {
"type": "git",
"url": "https://github.com/codecov/codecov-javascript-bundler-plugins.git",
"directory": "packages/remix-vite-plugin"
},
"bugs": {
"url": "https://github.com/codecov/codecov-javascript-bundler-plugins/issues"
},
"keywords": [
"Codecov",
"Remix",
Expand Down
9 changes: 9 additions & 0 deletions packages/rollup-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
"description": "Official Codecov Rollup plugin",
"author": "Codecov",
"license": "MIT",
"homepage": "https://github.com/codecov/codecov-javascript-bundler-plugins/tree/main/packages/rollup-plugin",
"repository": {
"type": "git",
"url": "https://github.com/codecov/codecov-javascript-bundler-plugins.git",
"directory": "packages/rollup-plugin"
},
"bugs": {
"url": "https://github.com/codecov/codecov-javascript-bundler-plugins/issues"
},
"keywords": [
"Codecov",
"Rollup",
Expand Down
9 changes: 9 additions & 0 deletions packages/solidstart-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
"description": "Official Codecov SolidStart plugin",
"author": "Codecov",
"license": "MIT",
"homepage": "https://github.com/codecov/codecov-javascript-bundler-plugins/tree/main/packages/solidstart-plugin",
"repository": {
"type": "git",
"url": "https://github.com/codecov/codecov-javascript-bundler-plugins.git",
"directory": "packages/solidstart-plugin"
},
"bugs": {
"url": "https://github.com/codecov/codecov-javascript-bundler-plugins/issues"
},
"keywords": [
"Codecov",
"SolidStart",
Expand Down
9 changes: 9 additions & 0 deletions packages/sveltekit-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
"description": "Official Codecov SvelteKit plugin",
"author": "Codecov",
"license": "MIT",
"homepage": "https://github.com/codecov/codecov-javascript-bundler-plugins/tree/main/packages/sveltekit-plugin",
"repository": {
"type": "git",
"url": "https://github.com/codecov/codecov-javascript-bundler-plugins.git",
"directory": "packages/sveltekit-plugin"
},
"bugs": {
"url": "https://github.com/codecov/codecov-javascript-bundler-plugins/issues"
},
"keywords": [
"Codecov",
"SvelteKit",
Expand Down
9 changes: 9 additions & 0 deletions packages/vite-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
"description": "Official Codecov Vite plugin",
"author": "Codecov",
"license": "MIT",
"homepage": "https://github.com/codecov/codecov-javascript-bundler-plugins/tree/main/packages/vite-plugin",
"repository": {
"type": "git",
"url": "https://github.com/codecov/codecov-javascript-bundler-plugins.git",
"directory": "packages/vite-plugin"
},
"bugs": {
"url": "https://github.com/codecov/codecov-javascript-bundler-plugins/issues"
},
"keywords": [
"Codecov",
"Vite",
Expand Down
9 changes: 9 additions & 0 deletions packages/webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
"description": "Official Codecov Webpack plugin",
"author": "Codecov",
"license": "MIT",
"homepage": "https://github.com/codecov/codecov-javascript-bundler-plugins/tree/main/packages/webpack-plugin",
"repository": {
"type": "git",
"url": "https://github.com/codecov/codecov-javascript-bundler-plugins.git",
"directory": "packages/webpack-plugin"
},
"bugs": {
"url": "https://github.com/codecov/codecov-javascript-bundler-plugins/issues"
},
"keywords": [
"Codecov",
"Webpack",
Expand Down