From cda3486d1ec52712f4b036093df552834c4af078 Mon Sep 17 00:00:00 2001 From: Lukas Stracke Date: Fri, 21 Oct 2022 11:21:50 +0200 Subject: [PATCH] fix(publish): Fix repository and homepage values in root package.json --- package.json | 3 ++- packages/bundler-plugin-core/package.json | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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": {