Skip to content

Commit

Permalink
Merge pull request #180 from xmtp/fix-dist-locations
Browse files Browse the repository at this point in the history
Update output locations
  • Loading branch information
neekolas authored Oct 3, 2022
2 parents bc6d72e + 3a5a438 commit a3f211a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "@xmtp/xmtp-js",
"version": "0.0.0-development",
"description": "XMTP client SDK for interacting with XMTP networks.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"main": "dist/cjs/src/index.js",
"module": "dist/esm/src/index.js",
"umd:main": "dist/umd/index.js",
"browser": "dist/umd/index.js",
"types": "dist/types/index.d.ts",
"types": "dist/types/src/index.d.ts",
"scripts": {
"build": "npm run build:cjs && npm run build:esm && npm run build:umd && npm run build:types",
"build:cjs": "node tools/cleanup cjs && tsc -p config/tsconfig.cjs.json",
Expand Down

0 comments on commit a3f211a

Please sign in to comment.