Skip to content

Commit

Permalink
Fix peerDependencies to handle angular >=17
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenzo Iovino authored Jul 10, 2024
1 parent 64576c9 commit 676c125
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"author": "Lorenzo Iovino",
"license": "MIT",
"peerDependencies": {
"@angular/common": "^17.0.0",
"@angular/core": "^17.0.0"
"@angular/common": ">=17.0.0",
"@angular/core": ">=17.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down

0 comments on commit 676c125

Please sign in to comment.