Skip to content

Commit

Permalink
Re-add 'main' to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemaccana committed Jun 7, 2023
1 parent 5639a0f commit 4fbad00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "@portal-payments/solana-wallet-names",
"version": "2.0.2",
"version": "2.0.3",
"description": "Resolves Solana wallet names (.abc, .backpack, .bonk, .glow, .sol, .ottr, .poor and @twitter) to wallet addresses and back.",
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
Expand Down

0 comments on commit 4fbad00

Please sign in to comment.