Skip to content

Commit

Permalink
fix: make slider brain publishable
Browse files Browse the repository at this point in the history
  • Loading branch information
goetzrobin committed Dec 9, 2024
1 parent 3f70b55 commit 191db14
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion libs/ui/slider/brain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,9 @@
"@angular/forms": ">=18.0.0",
"rxjs": ">=6.6.0"
},
"sideEffects": false
"dependencies": {},
"sideEffects": false,
"publishConfig": {
"access": "public"
}
}
2 changes: 1 addition & 1 deletion libs/ui/slider/brain/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"sourceRoot": "libs/ui/slider/brain/src",
"prefix": "lib",
"projectType": "library",
"tags": [],
"tags": ["scope:brain"],
"targets": {
"build": {
"executor": "@nx/angular:ng-packagr-lite",
Expand Down

0 comments on commit 191db14

Please sign in to comment.