Skip to content

Commit

Permalink
fix: include themes as part of the exports (#2007)
Browse files Browse the repository at this point in the history
  • Loading branch information
terencehonles committed Nov 17, 2021
1 parent 9dbfd2e commit be960c9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/ng-select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@
"autocomplete",
"angular2"
],
"exports": {
"./scss/ant.design.theme": {
"style": "./scss/ant.design.theme.scss"
},
"./scss/default.theme": {
"style": "./scss/default.theme.scss"
},
"./scss/material.theme": {
"style": "./scss/material.theme.scss"
}
},
"peerDependencies": {
"@angular/common": ">=13.0.0 <14.0.0",
"@angular/core": ">=13.0.0 <14.0.0",
Expand Down

0 comments on commit be960c9

Please sign in to comment.