Skip to content

Commit

Permalink
fix peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
macjohnny committed Oct 15, 2019
1 parent 7c7aa18 commit 3aa88c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ In order to change the labels, use the inputs specified in the [API](#api) secti

* `@angular/core`: `^8.0.0 || ^9.0.0`,
* `@angular/material`: `^8.0.0 || ^9.0.0`,
* `rxjs`: `^5.5.2 || ^6.0.0`
* `rxjs`: `^6.5.3`

For compatibility with `@angular/core`: `^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0`,
use version `1.8.0`.
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
],
"homepage": "https://github.com/bithost-gmbh/ngx-mat-select-search",
"peerDependencies": {
"@angular/core": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0",
"@angular/material": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0",
"rxjs": "^5.5.2 || ^6.0.0"
"@angular/core": "^8.0.0 || ^9.0.0",
"@angular/material": "^8.0.0 || ^9.0.0",
"rxjs": "^6.5.3"
},
"ngPackage": {
"dest": "dist-lib",
Expand Down

0 comments on commit 3aa88c1

Please sign in to comment.