Skip to content

Commit

Permalink
build: set explicit packageGroupName's
Browse files Browse the repository at this point in the history
  • Loading branch information
timdeschryver committed Jan 26, 2025
1 parent 02320b3 commit a99a07f
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/component-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"schematics": "./schematics/collection.json",
"sideEffects": false,
"ng-update": {
"packageGroupName": "@ngrx/store",
"packageGroup": [
"@ngrx/store",
"@ngrx/effects",
Expand Down
1 change: 1 addition & 0 deletions modules/component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"schematics": "./schematics/collection.json",
"sideEffects": false,
"ng-update": {
"packageGroupName": "@ngrx/store",
"packageGroup": [
"@ngrx/store",
"@ngrx/effects",
Expand Down
1 change: 1 addition & 0 deletions modules/data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
},
"schematics": "./schematics/collection.json",
"ng-update": {
"packageGroupName": "@ngrx/store",
"packageGroup": [
"@ngrx/store",
"@ngrx/effects",
Expand Down
1 change: 1 addition & 0 deletions modules/effects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
},
"schematics": "./schematics/collection.json",
"ng-update": {
"packageGroupName": "@ngrx/store",
"packageGroup": [
"@ngrx/store",
"@ngrx/effects",
Expand Down
1 change: 1 addition & 0 deletions modules/entity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
},
"schematics": "./schematics/collection.json",
"ng-update": {
"packageGroupName": "@ngrx/store",
"packageGroup": [
"@ngrx/store",
"@ngrx/effects",
Expand Down
1 change: 1 addition & 0 deletions modules/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"homepage": "https://github.com/ngrx/platform#readme",
"schematics": "./schematics/collection.json",
"ng-update": {
"packageGroupName": "@ngrx/store",
"packageGroup": [
"@ngrx/store",
"@ngrx/effects",
Expand Down
1 change: 1 addition & 0 deletions modules/operators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"schematics": "./schematics/collection.json",
"sideEffects": false,
"ng-update": {
"packageGroupName": "@ngrx/store",
"packageGroup": [
"@ngrx/store",
"@ngrx/effects",
Expand Down
1 change: 1 addition & 0 deletions modules/router-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
},
"schematics": "./schematics/collection.json",
"ng-update": {
"packageGroupName": "@ngrx/store",
"packageGroup": [
"@ngrx/store",
"@ngrx/effects",
Expand Down
1 change: 1 addition & 0 deletions modules/schematics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"save": "devDependencies"
},
"ng-update": {
"packageGroupName": "@ngrx/store",
"packageGroup": [
"@ngrx/store",
"@ngrx/effects",
Expand Down
1 change: 1 addition & 0 deletions modules/signals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"schematics": "./schematics/collection.json",
"sideEffects": false,
"ng-update": {
"packageGroupName": "@ngrx/signals",
"packageGroup": [
"@ngrx/store",
"@ngrx/effects",
Expand Down
1 change: 1 addition & 0 deletions modules/store-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
},
"schematics": "./schematics/collection.json",
"ng-update": {
"packageGroupName": "@ngrx/store",
"packageGroup": [
"@ngrx/store",
"@ngrx/effects",
Expand Down
1 change: 1 addition & 0 deletions modules/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
},
"schematics": "./schematics/collection.json",
"ng-update": {
"packageGroupName": "@ngrx/store",
"packageGroup": [
"@ngrx/store",
"@ngrx/effects",
Expand Down

0 comments on commit a99a07f

Please sign in to comment.