Skip to content

Commit

Permalink
fix(package.json): add missing styles subpath export
Browse files Browse the repository at this point in the history
  • Loading branch information
waldronmatt committed Feb 2, 2024
1 parent 29c9278 commit 6272fd8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
"require": "./dist/cjs/*",
"import": "./dist/esm/*"
},
"./styles/*": {
"require": "./dist/styles/*",
"import": "./dist/styles/*"
},
"./lib/*": "./lib/*"
},
"files": [
Expand Down

0 comments on commit 6272fd8

Please sign in to comment.