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 d1671fa commit 5681cdbCopy full SHA for 5681cdb
packages/sdk-analytics/package.json
@@ -3,9 +3,10 @@
3
"version": "0.0.5",
4
"description": "Analytics package for MetaMask SDK",
5
"main": "dist/index.js",
6
+ "module": "dist/index.mjs",
7
"types": "dist/index.d.ts",
8
"scripts": {
- "build": "tsup src/index.ts --dts",
9
+ "build": "tsup src/index.ts --dts --format esm,cjs",
10
"lint": "eslint src --ext .ts,.tsx --ignore-pattern 'src/schema.ts'",
11
"lint:fix": "eslint src --ext .ts,.tsx --fix --ignore-pattern 'src/schema.ts'",
12
"lint:changelog": "../../scripts/validate-changelog.sh @metamask/sdk-analytics",
0 commit comments