Skip to content

Commit

Permalink
Add utils to exports
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMHasperhoven committed Oct 31, 2024
1 parent d7a29e6 commit 20a714e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"./postcss.config.js": "./postcss.config.js",
"./styles/*": "./styles/*",
"./theme": "./src/PenumbraUIProvider/theme.ts",
"./utils/*": "./src/utils/*.ts",
"./hooks/*": "./src/hooks/*/index.ts",
"./*": "./src/*/index.tsx"
},
Expand All @@ -55,6 +56,10 @@
"types": "./dist/lib/toast/*.d.ts",
"default": "./dist/lib/toast/*.js"
},
"./utils/*": {
"types": "./src/utils/*.d.ts",
"default": "./src/utils/*.js"
},
"./*": {
"types": "./dist/src/*/index.d.ts",
"default": "./dist/src/*/index.js"
Expand Down

0 comments on commit 20a714e

Please sign in to comment.