diff --git a/package.json b/package.json index a4218e93..36875dd3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,8 @@ "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://github.com/getsentry/sentry-javascript-bundler-plugins.git", + "homepage": "https://github.com/getsentry/sentry-javascript-bundler-plugins", "private": true, "workspaces": [ "packages/*" diff --git a/packages/bundler-plugin-core/package.json b/packages/bundler-plugin-core/package.json index d8e14ca8..97b5f5d8 100644 --- a/packages/bundler-plugin-core/package.json +++ b/packages/bundler-plugin-core/package.json @@ -2,8 +2,8 @@ "name": "@sentry/bundler-plugin-core", "version": "0.0.1-alpha.0", "description": "Sentry Bundler Plugin Core", - "repository": "git://github.com/getsentry/sentry-unplugin.git", - "homepage": "https://github.com/getsentry/sentry-unplugin", + "repository": "git://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", "publishConfig": {