From a980c09a01ee750fd4ceed195563cca7da6d421d Mon Sep 17 00:00:00 2001 From: Matt Lewis Date: Thu, 2 Nov 2017 09:59:06 +0000 Subject: [PATCH] fix: add support for angular5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2324a21..3307a64 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@types/highcharts": "^4.2.1" }, "peerDependencies": { - "@angular/core": "^4.0.0" + "@angular/core": "^4.0.0 || ^5.0.0" }, "devDependencies": { "@angular/common": "^4.0.0",