Skip to content

Commit

Permalink
fix: update package paths
Browse files Browse the repository at this point in the history
  • Loading branch information
gregfrasco committed Jul 26, 2023
1 parent 617c8be commit 3eea352
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"name": "@multiparty/mpc",
"version": "0.0.1",
"main": "index.js",
"module": "index.mjs",
"types": "index.d.ts",
"files": ["index.js", "index.mjs", "index.d.ts"],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": ["dist"],
"scripts": {
"build": "tsc"
},
Expand Down

0 comments on commit 3eea352

Please sign in to comment.