Skip to content

Commit 50a1466

Browse files
committed
build: fix analytics package.json exports
1 parent 74310d8 commit 50a1466

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/analytics/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
},
2525
"require": {
2626
"types": "./dist/index.d.ts",
27-
"default": "./dist/index.cjs"
27+
"default": "./dist/index.js"
2828
}
2929
},
3030
"./package.json": "./package.json"
3131
},
32-
"main": "./dist/index.cjs",
32+
"main": "./dist/index.js",
3333
"module": "./dist/index.mjs",
3434
"types": "./dist/index.d.ts",
3535
"files": [

0 commit comments

Comments
 (0)