Skip to content

Commit

Permalink
Export Utils (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeg90 authored Jan 16, 2024
1 parent f3b770f commit 18f5b4d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
"import": "./esm/quote/index.js",
"require": "./quote/index.js",
"default": "./quote/index.js"
},
"./utils": {
"import": "./esm/utils/index.js",
"require": "./utils/index.js",
"default": "./utils/index.js"
}
},
"files": [
Expand Down

0 comments on commit 18f5b4d

Please sign in to comment.