From e2f5153e61f841cb56546b3b7a6c083a3c358037 Mon Sep 17 00:00:00 2001 From: Fabio Zuber Date: Wed, 27 Jun 2018 17:10:29 +0200 Subject: [PATCH] core(package): update for angular >4 fixes #39 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 220bfd4..0f467d3 100644 --- a/package.json +++ b/package.json @@ -44,8 +44,8 @@ "zone.js": "^0.8.5" }, "peerDependencies": { - "@angular/core": "^2.1.0 || ^4.0.0", - "@angular/forms": "^2.1.0 || ^4.0.0", - "@angular/common": "^2.1.0 || ^4.0.0" + "@angular/core": "^2.1.0 || >=4.0.0", + "@angular/forms": "^2.1.0 || >=4.0.0", + "@angular/common": "^2.1.0 || >=4.0.0" } }