Skip to content

Commit

Permalink
fix(ngx-auth): min requirement should be angular >= 15
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Aug 20, 2024
1 parent 4d082b9 commit a81a573
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projects/ngx-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"tslib": "^2.6.2"
},
"peerDependencies": {
"@angular/common": ">= 14",
"@angular/core": ">= 14",
"@angular/router": ">= 14",
"@angular/common": ">= 15",
"@angular/core": ">= 15",
"@angular/router": ">= 15",
"rxjs": "^6.5.3 || ^7.4.0"
},
"publishConfig": {
Expand Down

0 comments on commit a81a573

Please sign in to comment.