From cd0afc68fa24006365a25a1960a54548d047fc85 Mon Sep 17 00:00:00 2001 From: wittlock <1336118+wittlock@users.noreply.github.com> Date: Thu, 8 Nov 2018 23:06:47 +0100 Subject: [PATCH] Updated @angular/core peerDependency to include Angular7. Adjusted readme to reflect this as well. --- README.MD | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.MD b/README.MD index c7cdb84..6450f5b 100644 --- a/README.MD +++ b/README.MD @@ -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: diff --git a/package.json b/package.json index d778e6e..542ad28 100644 --- a/package.json +++ b/package.json @@ -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": {