Skip to content

Commit

Permalink
Fixed peer dependencies version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
zefdevel committed Aug 3, 2020
1 parent ea967e8 commit 0f7352a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ngx-color-picker",
"description": "Color picker widget for Angular",
"bugs": "https://github.com/zefoy/ngx-color-picker/issues",
"version": "10.0.0",
"version": "10.0.1",
"license": "MIT",
"private": true,
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions projects/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "ngx-color-picker",
"description": "Color picker widget for Angular",
"bugs": "https://github.com/zefoy/ngx-color-picker/issues",
"version": "10.0.0",
"version": "10.0.1",
"license": "MIT",
"peerDependencies": {
"@angular/common": "^9.0.0",
"@angular/core": "^9.0.0",
"@angular/forms": "^9.0.0"
"@angular/common": ">=9.0.0",
"@angular/core": ">=9.0.0",
"@angular/forms": ">=9.0.0"
}
}

0 comments on commit 0f7352a

Please sign in to comment.