Skip to content

Commit

Permalink
fix: support angular 14 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHabenicht authored Jul 29, 2022
1 parent 1a3a7a8 commit 07696df
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 <14.0.0",
"@angular/core": ">=5.x <14.0.0"
"@angular/common": ">=5.x <15.0.0",
"@angular/core": ">=5.x <15.0.0"
}
}

0 comments on commit 07696df

Please sign in to comment.