From c59f95f3c00c277c0616ee9b12e37145ab2d94b1 Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Tue, 8 Jul 2025 11:37:03 +0200 Subject: [PATCH] Add accurate homepage, repository and bugs metadata to all packages --- packages/astro-plugin/package.json | 9 ++++++++- packages/bundle-analyzer/package.json | 9 +++++++++ packages/bundler-plugin-core/package.json | 9 +++++++++ packages/nextjs-webpack-plugin/package.json | 9 +++++++++ packages/nuxt-plugin/package.json | 9 +++++++++ packages/remix-vite-plugin/package.json | 9 +++++++++ packages/rollup-plugin/package.json | 9 +++++++++ packages/solidstart-plugin/package.json | 9 +++++++++ packages/sveltekit-plugin/package.json | 9 +++++++++ packages/vite-plugin/package.json | 9 +++++++++ packages/webpack-plugin/package.json | 9 +++++++++ 11 files changed, 98 insertions(+), 1 deletion(-) diff --git a/packages/astro-plugin/package.json b/packages/astro-plugin/package.json index 779d4ba2..2b1d514f 100644 --- a/packages/astro-plugin/package.json +++ b/packages/astro-plugin/package.json @@ -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", diff --git a/packages/bundle-analyzer/package.json b/packages/bundle-analyzer/package.json index d7a1b449..d2131c45 100644 --- a/packages/bundle-analyzer/package.json +++ b/packages/bundle-analyzer/package.json @@ -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", diff --git a/packages/bundler-plugin-core/package.json b/packages/bundler-plugin-core/package.json index 654186bc..6c1f6abe 100644 --- a/packages/bundler-plugin-core/package.json +++ b/packages/bundler-plugin-core/package.json @@ -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": { ".": { diff --git a/packages/nextjs-webpack-plugin/package.json b/packages/nextjs-webpack-plugin/package.json index acc670e2..d463595a 100644 --- a/packages/nextjs-webpack-plugin/package.json +++ b/packages/nextjs-webpack-plugin/package.json @@ -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", diff --git a/packages/nuxt-plugin/package.json b/packages/nuxt-plugin/package.json index bb90627e..ac2c7e90 100644 --- a/packages/nuxt-plugin/package.json +++ b/packages/nuxt-plugin/package.json @@ -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", diff --git a/packages/remix-vite-plugin/package.json b/packages/remix-vite-plugin/package.json index d0d4eaaf..54f18ed6 100644 --- a/packages/remix-vite-plugin/package.json +++ b/packages/remix-vite-plugin/package.json @@ -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", diff --git a/packages/rollup-plugin/package.json b/packages/rollup-plugin/package.json index 548daa7d..ab3cfe27 100644 --- a/packages/rollup-plugin/package.json +++ b/packages/rollup-plugin/package.json @@ -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", diff --git a/packages/solidstart-plugin/package.json b/packages/solidstart-plugin/package.json index 210adead..31000885 100644 --- a/packages/solidstart-plugin/package.json +++ b/packages/solidstart-plugin/package.json @@ -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", diff --git a/packages/sveltekit-plugin/package.json b/packages/sveltekit-plugin/package.json index e9ae401c..22faddc6 100644 --- a/packages/sveltekit-plugin/package.json +++ b/packages/sveltekit-plugin/package.json @@ -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", diff --git a/packages/vite-plugin/package.json b/packages/vite-plugin/package.json index 86aee12f..560eb935 100644 --- a/packages/vite-plugin/package.json +++ b/packages/vite-plugin/package.json @@ -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", diff --git a/packages/webpack-plugin/package.json b/packages/webpack-plugin/package.json index e689171b..135dc385 100644 --- a/packages/webpack-plugin/package.json +++ b/packages/webpack-plugin/package.json @@ -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",