Skip to content

Commit

Permalink
fix(legacy): add styles entrypoint to exports of package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nsbarsukov committed Nov 22, 2024
1 parent dc916bc commit 3bc600c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions projects/legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"homepage": "https://github.com/taiga-family/taiga-ui",
"repository": "https://github.com/taiga-family/taiga-ui",
"license": "Apache-2.0",
"exports": {
"./styles/*": "./styles/*"
},
"peerDependencies": {
"@angular/core": ">=16.0.0",
"tslib": ">=2.8.1"
Expand Down

0 comments on commit 3bc600c

Please sign in to comment.