We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74310d8 commit 50a1466Copy full SHA for 50a1466
packages/analytics/package.json
@@ -24,12 +24,12 @@
24
},
25
"require": {
26
"types": "./dist/index.d.ts",
27
- "default": "./dist/index.cjs"
+ "default": "./dist/index.js"
28
}
29
30
"./package.json": "./package.json"
31
32
- "main": "./dist/index.cjs",
+ "main": "./dist/index.js",
33
"module": "./dist/index.mjs",
34
35
"files": [
0 commit comments