Skip to content

Commit

Permalink
fix: support angular 15 version (#703)
Browse files Browse the repository at this point in the history
close #700
  • Loading branch information
DanielHabenicht authored Jan 14, 2023
1 parent 07696df commit 274afa8
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 <15.0.0",
"@angular/core": ">=5.x <15.0.0"
"@angular/common": ">=5.x <16.0.0",
"@angular/core": ">=5.x <16.0.0"
}
}

0 comments on commit 274afa8

Please sign in to comment.