Skip to content

Commit

Permalink
Fix pkg exports
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jun 18, 2024
1 parent 50c99dd commit dcbdb2b
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,7 @@
"name": "micro-sol-signer",
"version": "0.4.2",
"description": "Create, sign & decode Solana transactions with minimum deps",
"files": [
"index.ts",
"lib/index.js",
"lib/index.d.ts",
"lib/index.d.ts.map",
"lib/index.js.map",
"lib/esm/package.json",
"lib/esm/index.js",
"lib/esm/index.js.map"
],
"files": ["lib", "src"],
"main": "lib/index.js",
"module": "lib/esm/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit dcbdb2b

Please sign in to comment.