Skip to content

Commit

Permalink
fix: fixed error with semantic versioning of peerDependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
lindolo25 committed Mar 9, 2023
1 parent 7520588 commit 37d60cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/ngx-object-diff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
},
"license": "MIT",
"peerDependencies": {
"@angular/common": ">=^13.0.0",
"@angular/core": ">=^13.0.0"
"@angular/common": ">=13.0.0",
"@angular/core": ">=13.0.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 37d60cd

Please sign in to comment.