Skip to content

Commit

Permalink
Set minimum Angular version to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Mawi137 committed Oct 9, 2021
1 parent 09cce8a commit ac6a83e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions projects/ngx-image-cropper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-image-cropper",
"version": "4.0.1",
"version": "5.0.0",
"description": "An image cropper for Angular",
"author": "Martijn Willekens",
"repository": {
Expand All @@ -24,8 +24,8 @@
],
"license": "MIT",
"peerDependencies": {
"@angular/common": ">=9.0.0",
"@angular/core": ">=9.0.0",
"@angular/platform-browser": ">=9.0.0"
"@angular/common": ">=10.0.0",
"@angular/core": ">=10.0.0",
"@angular/platform-browser": ">=10.0.0"
}
}

0 comments on commit ac6a83e

Please sign in to comment.