We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc6d72e commit 3a5a438Copy full SHA for 3a5a438
package.json
@@ -2,11 +2,11 @@
2
"name": "@xmtp/xmtp-js",
3
"version": "0.0.0-development",
4
"description": "XMTP client SDK for interacting with XMTP networks.",
5
- "main": "dist/cjs/index.js",
6
- "module": "dist/esm/index.js",
+ "main": "dist/cjs/src/index.js",
+ "module": "dist/esm/src/index.js",
7
"umd:main": "dist/umd/index.js",
8
"browser": "dist/umd/index.js",
9
- "types": "dist/types/index.d.ts",
+ "types": "dist/types/src/index.d.ts",
10
"scripts": {
11
"build": "npm run build:cjs && npm run build:esm && npm run build:umd && npm run build:types",
12
"build:cjs": "node tools/cleanup cjs && tsc -p config/tsconfig.cjs.json",
0 commit comments