Skip to content

Commit 3ba1fb7

Browse files
Update peer dependency to suporte angular 21 and superior
1 parent c8a35b6 commit 3ba1fb7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

projects/shepherd/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"shepherd.js": "^15.0.0"
2424
},
2525
"peerDependencies": {
26-
"@angular/common": "^21.0.0",
27-
"@angular/core": "^21.0.0"
26+
"@angular/common": ">=21.0.0",
27+
"@angular/core": ">=21.0.0"
2828
},
2929
"publishConfig": {
3030
"registry": "https://registry.npmjs.org"

0 commit comments

Comments
 (0)