Skip to content

Commit

Permalink
pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizzamia committed Mar 12, 2024
1 parent 255913d commit e77757e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,16 @@
},
"default": "./lib/farcaster/index.js"
},
"./fiat": {
"types": "./lib/fiat/index.d.ts",
"browser": {
"types": "./esm/fiat/index.d.ts",
"module": "./esm/fiat/index.js",
"import": "./esm/fiat/index.js",
"default": "./lib/fiat/index.js"
},
"default": "./lib/fiat/index.js"
},
"./frame": {
"types": "./lib/frame/index.d.ts",
"browser": {
Expand All @@ -127,6 +137,16 @@
},
"default": "./lib/identity/index.js"
},
"./trade": {
"types": "./lib/trade/index.d.ts",
"browser": {
"types": "./esm/trade/index.d.ts",
"module": "./esm/trade/index.js",
"import": "./esm/trade/index.js",
"default": "./lib/trade/index.js"
},
"default": "./lib/trade/index.js"
},
"./xmtp": {
"types": "./lib/xmtp/index.d.ts",
"browser": {
Expand Down

0 comments on commit e77757e

Please sign in to comment.