Skip to content

Commit 2a0cd7a

Browse files
authored
fix: npm metadata of several packages (getsentry#2616)
- Update npm metadata of @sentry/typescript - Update npm metadata of @sentry/apm - Fix typo in npm description of @sentry/integrations
1 parent 75d1d82 commit 2a0cd7a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/apm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "5.16.0-beta.3",
44
"description": "Extensions for APM",
55
"repository": "git://github.com/getsentry/sentry-javascript.git",
6-
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/core",
6+
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/apm",
77
"author": "Sentry",
88
"license": "BSD-3-Clause",
99
"engines": {

packages/integrations/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sentry/integrations",
33
"version": "5.16.0-beta.3",
4-
"description": "Pluggable integrations that can be used to enchance JS SDKs",
4+
"description": "Pluggable integrations that can be used to enhance JS SDKs",
55
"repository": "git://github.com/getsentry/sentry-javascript.git",
66
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/integrations",
77
"author": "Sentry",

packages/typescript/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "@sentry/typescript",
33
"version": "5.16.0-beta.3",
44
"description": "Typescript configuration used at Sentry",
5-
"repository": "git://github.com/getsentry/raven-js.git",
6-
"homepage": "https://github.com/getsentry/raven-js/tree/master/packages/typescript",
5+
"repository": "git://github.com/getsentry/sentry-javascript.git",
6+
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/typescript",
77
"author": "Sentry",
88
"license": "BSD-3-Clause",
99
"private": false,

0 commit comments

Comments
 (0)