Skip to content

Commit

Permalink
Merge pull request #138 from isaacplmann/patch-1
Browse files Browse the repository at this point in the history
Allow angular 5.x peer dependency
  • Loading branch information
Stabzs committed Jan 25, 2018
2 parents 59c3634 + 9cb2437 commit 69a46e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"url": "https://github.com/stabzs/Angular2-Toaster/issues"
},
"peerDependencies": {
"@angular/common": "^4.0.0",
"@angular/compiler": "^4.0.0",
"@angular/core": "^4.0.0",
"@angular/common": "^4.0.0 || ^5.0.0",
"@angular/compiler": "^4.0.0 || ^5.0.0",
"@angular/core": "^4.0.0 || ^5.0.0",
"rxjs": "^5.0.0-beta.11"
},
"devDependencies": {
Expand Down

0 comments on commit 69a46e6

Please sign in to comment.