Skip to content

Commit

Permalink
Add greater than or equal to to peer dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
bameyrick committed Dec 6, 2023
1 parent a7f7935 commit 9f42199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ng-lazy-translate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"access": "public"
},
"peerDependencies": {
"@angular/common": "^16.1.0",
"@angular/core": "^16.1.0",
"@angular/common": ">=16.1.0",
"@angular/core": ">=16.1.0",
"@qntm-code/translation-key-store": "^1.0.2",
"@qntm-code/utils": "^2.18.0"
},
Expand Down

0 comments on commit 9f42199

Please sign in to comment.