Skip to content

Commit

Permalink
Merge branch 'Totto16-fix_files_in_packed_archive'
Browse files Browse the repository at this point in the history
  • Loading branch information
dkreider committed Oct 24, 2024
2 parents 14bbf03 + 5b3f901 commit 5172aa1
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions projects/ngx-loading-buttons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-loading-buttons",
"version": "18.0.0",
"version": "18.0.1",
"peerDependencies": {
"@angular/common": "^18.0.0",
"@angular/core": "^18.0.0",
Expand All @@ -22,11 +22,8 @@
"repository": {
"url": "https://github.com/dkreider/ngx-loading-buttons"
},
"files": [
"styles.css"
],
"exports": {
"./styles": "./styles.css",
"./styles.css": "./styles.css"
"./styles": "./src/styles.css",
"./styles.css": "./src/styles.css"
}
}

0 comments on commit 5172aa1

Please sign in to comment.