Skip to content

Commit

Permalink
feat: add export for lib/utils (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
undefined-moe authored Aug 29, 2024
1 parent a167e98 commit 8d4e0bd
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,16 @@
"funding": "https://jaywcjlove.github.io/#/sponsor",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"exports": "./lib/index.js",
"exports": {
".": {
"default": "./lib/index.js",
"types": "./lib/index.d.ts"
},
"./lib/utils": {
"default": "./lib/utils.js",
"types": "./lib/utils.d.ts"
}
},
"type": "module",
"bin": {
"svgtofont": "lib/cli.js"
Expand Down

0 comments on commit 8d4e0bd

Please sign in to comment.