diff --git a/package.json b/package.json index 8d03e524..ccb61938 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@sentry/sentry-javascript-bundler-plugins", "version": "0.0.0", "description": "Sentry Bundler Plugins Monorepo.", - "repository": "git://github.com/getsentry/sentry-javascript-bundler-plugins.git", + "repository": "git+https://github.com/getsentry/sentry-javascript-bundler-plugins.git", "homepage": "https://github.com/getsentry/sentry-javascript-bundler-plugins", "private": true, "workspaces": [ diff --git a/packages/babel-plugin-component-annotate/package.json b/packages/babel-plugin-component-annotate/package.json index 6506229f..21d5747c 100644 --- a/packages/babel-plugin-component-annotate/package.json +++ b/packages/babel-plugin-component-annotate/package.json @@ -2,7 +2,7 @@ "name": "@sentry/babel-plugin-component-annotate", "version": "5.3.0", "description": "A Babel plugin that annotates frontend components with additional data to enrich the experience in Sentry", - "repository": "git://github.com/getsentry/sentry-javascript-bundler-plugins.git", + "repository": "git+https://github.com/getsentry/sentry-javascript-bundler-plugins.git", "homepage": "https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/babel-plugin-component-annotate", "author": "Sentry", "license": "MIT", diff --git a/packages/bundler-plugin-core/package.json b/packages/bundler-plugin-core/package.json index a71fa7d9..48f6bb22 100644 --- a/packages/bundler-plugin-core/package.json +++ b/packages/bundler-plugin-core/package.json @@ -2,7 +2,7 @@ "name": "@sentry/bundler-plugin-core", "version": "5.3.0", "description": "Sentry Bundler Plugin Core", - "repository": "git://github.com/getsentry/sentry-javascript-bundler-plugins.git", + "repository": "git+https://github.com/getsentry/sentry-javascript-bundler-plugins.git", "homepage": "https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/bundler-plugin-core", "author": "Sentry", "license": "MIT", diff --git a/packages/bundler-plugins/package.json b/packages/bundler-plugins/package.json index 44ad4d31..2094ae34 100644 --- a/packages/bundler-plugins/package.json +++ b/packages/bundler-plugins/package.json @@ -2,7 +2,7 @@ "name": "@sentry/bundler-plugins", "version": "5.3.0", "description": "Sentry Bundler Plugins", - "repository": "git://github.com/getsentry/sentry-javascript-bundler-plugins.git", + "repository": "git+https://github.com/getsentry/sentry-javascript-bundler-plugins.git", "homepage": "https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/bundler-plugins", "author": "Sentry", "license": "MIT", diff --git a/packages/esbuild-plugin/package.json b/packages/esbuild-plugin/package.json index 153bdb37..752e1ece 100644 --- a/packages/esbuild-plugin/package.json +++ b/packages/esbuild-plugin/package.json @@ -2,7 +2,7 @@ "name": "@sentry/esbuild-plugin", "version": "5.3.0", "description": "Official Sentry esbuild plugin", - "repository": "git@github.com:getsentry/sentry-javascript-bundler-plugins.git", + "repository": "git+https://github.com/getsentry/sentry-javascript-bundler-plugins.git", "homepage": "https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/esbuild-plugin", "author": "Sentry", "license": "MIT", diff --git a/packages/rollup-plugin/package.json b/packages/rollup-plugin/package.json index 8bfa911a..69fc7349 100644 --- a/packages/rollup-plugin/package.json +++ b/packages/rollup-plugin/package.json @@ -2,7 +2,7 @@ "name": "@sentry/rollup-plugin", "version": "5.3.0", "description": "Official Sentry Rollup plugin", - "repository": "git://github.com/getsentry/sentry-javascript-bundler-plugins.git", + "repository": "git+https://github.com/getsentry/sentry-javascript-bundler-plugins.git", "homepage": "https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/rollup-plugin", "author": "Sentry", "license": "MIT", diff --git a/packages/vite-plugin/package.json b/packages/vite-plugin/package.json index 16075874..9e72eb49 100644 --- a/packages/vite-plugin/package.json +++ b/packages/vite-plugin/package.json @@ -2,7 +2,7 @@ "name": "@sentry/vite-plugin", "version": "5.3.0", "description": "Official Sentry Vite plugin", - "repository": "git://github.com/getsentry/sentry-javascript-bundler-plugins.git", + "repository": "git+https://github.com/getsentry/sentry-javascript-bundler-plugins.git", "homepage": "https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/vite-plugin", "author": "Sentry", "license": "MIT", diff --git a/packages/webpack-plugin/package.json b/packages/webpack-plugin/package.json index d3677ac3..b78418cc 100644 --- a/packages/webpack-plugin/package.json +++ b/packages/webpack-plugin/package.json @@ -2,7 +2,7 @@ "name": "@sentry/webpack-plugin", "version": "5.3.0", "description": "Official Sentry Webpack plugin", - "repository": "git://github.com/getsentry/sentry-javascript-bundler-plugins.git", + "repository": "git+https://github.com/getsentry/sentry-javascript-bundler-plugins.git", "homepage": "https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/webpack-plugin", "author": "Sentry", "license": "MIT",