Skip to content

Commit

Permalink
Updated @angular/core peerDependency to include Angular7. Adjusted re…
Browse files Browse the repository at this point in the history
…adme to reflect this as well.
  • Loading branch information
wittlock committed Nov 8, 2018
1 parent ef738b1 commit cd0afc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# angular2-hotkeys
Angular 5.2.0+ and 6.0.0+ Compatible. Older versions might work but isn't officially tested.
Angular 5.2.0+, 6 and 7 Compatible. Older versions might work but isn't officially tested.
## Installation

To install this library, run:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"zone.js": "^0.8.4"
},
"peerDependencies": {
"@angular/core": "^5.2.0 || ^6.0.0",
"@angular/core": "^5.2.0 || ^6.0.0 || ^7.0.0",
"rxjs": "^5.5.0 || ^6.0.0"
},
"engines": {
Expand Down

0 comments on commit cd0afc6

Please sign in to comment.