Skip to content

Commit 38b8a42

Browse files
authored
fix(peer-dependency): angular common/core versions were not bumped to 13
Fixes #41
1 parent b040fab commit 38b8a42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/ngx-favicon/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ngx-favicon",
33
"version": "0.0.1",
44
"peerDependencies": {
5-
"@angular/common": "11.1.0",
6-
"@angular/core": "11.1.0"
5+
"@angular/common": "^13.0.0",
6+
"@angular/core": "^13.0.0"
77
}
88
}

0 commit comments

Comments
 (0)