Skip to content

Commit 1ad3d32

Browse files
Fixing angular version
1 parent 87a82fc commit 1ad3d32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

projects/angular-auth-oidc-client/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"author": "Damien Bowden & Fabian Gosebrink",
44
"peerDependencies": {
55
"rxjs": "^6.5.3 || ^7.4.0",
6-
"@angular/core": "^13.0.0",
7-
"@angular/common": "^13.0.0",
8-
"@angular/router": "^13.0.0"
6+
"@angular/core": ">=13.0.0",
7+
"@angular/common": ">=13.0.0",
8+
"@angular/router": ">=13.0.0"
99
},
1010
"dependencies": {
1111
"tslib": "^2.3.0",

0 commit comments

Comments
 (0)