Skip to content

Commit

Permalink
build: update peer dependencies syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Wells-Codes committed Jul 30, 2021
1 parent cbd0879 commit ce65d56
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions projects/ngrx-auto-entity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/common": "9.x,10.x,11.x,12.x",
"@angular/core": "9.x,10.x,11.x,12.x",
"@ngrx/effects": "9.x,10.x,11.x,12.x",
"@ngrx/store": "9.x,10.x,11.x,12.x",
"@angular/common": "9 - 12",
"@angular/core": "9 - 12",
"@ngrx/effects": "9 - 12",
"@ngrx/store": "9 - 12",
"rxjs": "6.x"
}
}

0 comments on commit ce65d56

Please sign in to comment.