Skip to content

Commit 0076936

Browse files
authored
fix(publish): Fix repository and homepage values in root package.json (#64)
1 parent 82ee5db commit 0076936

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"name": "@sentry/sentry-javascript-bundler-plugins",
33
"version": "0.0.0",
44
"description": "Sentry Bundler Plugins Monorepo.",
5-
"repository": "[email protected]:getsentry/sentry-javascript-bundler-plugins.git",
5+
"repository": "git://github.com/getsentry/sentry-javascript-bundler-plugins.git",
6+
"homepage": "https://github.com/getsentry/sentry-javascript-bundler-plugins",
67
"private": true,
78
"workspaces": [
89
"packages/*"

packages/bundler-plugin-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "@sentry/bundler-plugin-core",
33
"version": "0.0.1-alpha.0",
44
"description": "Sentry Bundler Plugin Core",
5-
"repository": "git://github.com/getsentry/sentry-unplugin.git",
6-
"homepage": "https://github.com/getsentry/sentry-unplugin",
5+
"repository": "git://github.com/getsentry/sentry-javascript-bundler-plugins.git",
6+
"homepage": "https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/bundler-plugin-core",
77
"author": "Sentry",
88
"license": "MIT",
99
"publishConfig": {

0 commit comments

Comments
 (0)