Skip to content

Commit

Permalink
Merge pull request #42 from cloudnc/maxime1992-patch-1
Browse files Browse the repository at this point in the history
fix(peer-dependency): angular common/core versions were not bumped to 13
  • Loading branch information
maxime1992 authored May 11, 2022
2 parents b040fab + 38b8a42 commit 00d8ef9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/ngx-favicon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ngx-favicon",
"version": "0.0.1",
"peerDependencies": {
"@angular/common": "11.1.0",
"@angular/core": "11.1.0"
"@angular/common": "^13.0.0",
"@angular/core": "^13.0.0"
}
}

0 comments on commit 00d8ef9

Please sign in to comment.