Skip to content

Commit 77bca11

Browse files
committed
fix(v7/publish): Add v7 tag to @sentry/replay
1 parent 2f2aac9 commit 77bca11

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/replay/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
"main": "build/npm/cjs/index.js",
66
"module": "build/npm/esm/index.js",
77
"types": "build/npm/types/index.d.ts",
8+
"publishConfig": {
9+
"access": "public",
10+
"tag": "v7"
11+
},
812
"typesVersions": {
913
"<4.9": {
1014
"build/npm/types/index.d.ts": [

0 commit comments

Comments
 (0)