Skip to content

Commit a3f211a

Browse files
authored
Merge pull request #180 from xmtp/fix-dist-locations
Update output locations
2 parents bc6d72e + 3a5a438 commit a3f211a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"name": "@xmtp/xmtp-js",
33
"version": "0.0.0-development",
44
"description": "XMTP client SDK for interacting with XMTP networks.",
5-
"main": "dist/cjs/index.js",
6-
"module": "dist/esm/index.js",
5+
"main": "dist/cjs/src/index.js",
6+
"module": "dist/esm/src/index.js",
77
"umd:main": "dist/umd/index.js",
88
"browser": "dist/umd/index.js",
9-
"types": "dist/types/index.d.ts",
9+
"types": "dist/types/src/index.d.ts",
1010
"scripts": {
1111
"build": "npm run build:cjs && npm run build:esm && npm run build:umd && npm run build:types",
1212
"build:cjs": "node tools/cleanup cjs && tsc -p config/tsconfig.cjs.json",

0 commit comments

Comments
 (0)