Skip to content

Commit

Permalink
chore: mark peer dependency @angular/* to be between 10 and 13 instea…
Browse files Browse the repository at this point in the history
…d of fixed to 10
  • Loading branch information
maxime1992 committed Nov 21, 2021
1 parent d9f9bdb commit bea385d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions projects/ngx-sub-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
},
"peerDependencies": {
"fast-deep-equal": "^3.0.1",
"@angular/common": "^10.0.0",
"@angular/core": "^10.0.0",
"@angular/common": ">= 10 < 13",
"@angular/core": ">= 10 < 13",
"@angular/forms": ">= 10 < 13",
"ngx-observable-lifecycle": "^2.1.4"
},
"keywords": [
Expand Down

0 comments on commit bea385d

Please sign in to comment.