fix(package.json): use peerDependencies

see https://github.com/angular/angular-cli/issues/4647
This commit is contained in:
Kim Kern 2017-06-10 15:00:54 +02:00 committed by GitHub
parent d8bc84b91d
commit 6c83eab8f3

View file

@ -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"
},