Skip to content

Commit a0df630

Browse files
Update update-javascript.sh (#4527)
1 parent 21a0abb commit a0df630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update-javascript.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -euo pipefail
33

44
tagPrefix=''
55
repo="https://github.com/getsentry/sentry-javascript.git"
6-
packages=('@sentry/browser' '@sentry/core' '@sentry/react' '@sentry/types' '@sentry/utils' '@sentry-internal/typescript')
6+
packages=('@sentry/browser' '@sentry/core' '@sentry/react' '@sentry/types' '@sentry-internal/typescript')
77
packages+=('@sentry-internal/eslint-config-sdk' '@sentry-internal/eslint-plugin-sdk')
88

99
. $(dirname "$0")/update-package-json.sh

0 commit comments

Comments
 (0)