Skip to content

Commit 62f5c36

Browse files
committed
Set peerDependencies
1 parent 4f91194 commit 62f5c36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/angular-odata/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"postbuild": "npm run copy:schemas && npm run copy:files && npm run copy:collection"
3333
},
3434
"peerDependencies": {
35-
"@angular/common": "^21.0.0",
36-
"@angular/core": "^21.0.0"
35+
"@angular/common": ">=20.0.0",
36+
"@angular/core": ">=20.0.0"
3737
},
3838
"schematics": "./schematics/collection.json",
3939
"ng-add": {

0 commit comments

Comments
 (0)