Skip to content

Commit

Permalink
fix: export stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
szuperaz committed Sep 3, 2024
1 parent 068012a commit dbf6e36
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions projects/stream-chat-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
"type": "git",
"url": "https://github.com/GetStream/stream-chat-angular.git"
},
"exports": {
"./src/assets/styles/scss/index.scss": {
"style": "./src/assets/styles/scss/index.scss"
},
"./src/assets/styles/css/index.css": {
"style": "./src/assets/styles/css/index.css"
}
},
"peerDependencies": {
"@angular/common": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
"@angular/core": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
Expand Down

0 comments on commit dbf6e36

Please sign in to comment.