Skip to content

Commit

Permalink
fix: allow for angular 8
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed May 11, 2019
1 parent e248316 commit 819588d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"name": "ngx-toastr",
"version": "0.0.0-placeholder",
"peerDependencies": {
"@angular/core": "^6.0.0 || ^7.0.0",
"@angular/common": "^6.0.0 || ^7.0.0",
"@angular/platform-browser": "^6.0.0 || ^7.0.0",
"@angular/core": ">=6.0.0 <9.0.0",
"@angular/common": ">=6.0.0 <9.0.0",
"@angular/platform-browser": ">=6.0.0 <9.0.0",
"rxjs": "^6.1.0"
},
"ngPackage": {
Expand Down

0 comments on commit 819588d

Please sign in to comment.