From 426848f4dc678fac69ddf38af84a5c0823ce5129 Mon Sep 17 00:00:00 2001 From: Martin Reinhardt Date: Tue, 9 May 2017 13:09:53 +0200 Subject: [PATCH] feat(Angular-4): Support Angular 2 and 4 see #29 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b7c65899..94bf3524 100644 --- a/package.json +++ b/package.json @@ -51,9 +51,9 @@ "@types/vis": "4.17.4" }, "peerDependencies": { - "@angular/common": "^2.4.10", - "@angular/core": "^2.4.10", - "@angular/compiler": "^2.4.10" + "@angular/common": "^2.4.10 || >=4.0.0", + "@angular/core": "^2.4.10 || >=4.0.0", + "@angular/compiler": "^2.4.10 || >=4.0.0" }, "devDependencies": { "@angular/common": "^2.4.10",