Skip to content

Commit

Permalink
chore: add 'main' and 'basic' to exports field
Browse files Browse the repository at this point in the history
  • Loading branch information
yeager-eren authored and RanGojo committed Jun 2, 2024
1 parent 8af3280 commit 85b14a9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
".": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
},
"./main": {
"types": "./lib/api/main/index.d.ts",
"default": "./lib/api/main/index.js"
},
"./basic": {
"types": "./lib/api/basic/index.d.ts",
"default": "./lib/api/basic/index.js"
}
},
"repository": "https://github.com/rango-exchange/rango-types",
Expand Down

0 comments on commit 85b14a9

Please sign in to comment.