From 6c83eab8f3f3a2a04e3344f3b85f562b39b56339 Mon Sep 17 00:00:00 2001 From: Kim Kern Date: Sat, 10 Jun 2017 15:00:54 +0200 Subject: [PATCH] fix(package.json): use peerDependencies see https://github.com/angular/angular-cli/issues/4647 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 440aed7..b887138 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "url": "https://github.com/lokenxo/ng2-fittext/issues" }, "homepage": "https://github.com/lokenxo/ng2-fittext#readme", - "dependencies": { + "peerDependencies": { "@angular/core": "^4.0.1", "rxjs": "^5.4.0" },