Skip to content

Commit 98baac2

Browse files
correcting verisons in package json for new fullsession destination (#3233)
1 parent b246aca commit 98baac2

File tree

1 file changed

+4
-5
lines changed
  • packages/browser-destinations/destinations/fullsession

1 file changed

+4
-5
lines changed

packages/browser-destinations/destinations/fullsession/package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
"name": "@segment/analytics-browser-actions-fullsession",
33
"version": "1.0.0",
44
"license": "MIT",
5-
"repository": {
6-
"type": "git",
7-
"url": "https://github.com/segmentio/action-destinations",
8-
"directory": "packages/browser-destinations/destinations/fullsession"
5+
"publishConfig": {
6+
"access": "public",
7+
"registry": "https://registry.npmjs.org"
98
},
109
"main": "./dist/cjs",
1110
"module": "./dist/esm",
@@ -16,7 +15,7 @@
1615
},
1716
"typings": "./dist/esm",
1817
"dependencies": {
19-
"@segment/browser-destination-runtime": "^1.4.0",
18+
"@segment/browser-destination-runtime": "^1.88.0",
2019
"fullsession": "^1.0.0"
2120
},
2221
"peerDependencies": {

0 commit comments

Comments
 (0)