Skip to content

Commit

Permalink
fix: support angular 13 versions (#670)
Browse files Browse the repository at this point in the history
* chore: support all angular 13's versions

* chore: (package.json) deps @angular/core [>=5.x < 14.0.0]

Co-authored-by: DanielHabenicht <[email protected]>

* chore: (package.json) deps @angular/common[>=5.x < 14.0.0]

Co-authored-by: DanielHabenicht <[email protected]>

Co-authored-by: DanielHabenicht <[email protected]>
  • Loading branch information
TREHOUT Nathan and DanielHabenicht authored Mar 31, 2022
1 parent 8283142 commit 91fa904
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/ngx-vcard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"tslib": "2.3.1"
},
"peerDependencies": {
"@angular/common": ">=5.x <13.0.0",
"@angular/core": ">=5.x <13.0.0"
"@angular/common": ">=5.x <14.0.0",
"@angular/core": ">=5.x <14.0.0"
}
}

0 comments on commit 91fa904

Please sign in to comment.