Skip to content

Commit

Permalink
fix(npm): support angular 12 for real
Browse files Browse the repository at this point in the history
fixes #540 this time for real
  • Loading branch information
DanielHabenicht authored Aug 22, 2021
1 parent a9279aa commit e44f980
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 <12.0.0",
"@angular/core": ">=5.x <12.0.0"
"@angular/common": ">=5.x <13.0.0",
"@angular/core": ">=5.x <13.0.0"
}
}

0 comments on commit e44f980

Please sign in to comment.