From a7cdaa0251c0ed76b97dde98aa1e30194c1a0759 Mon Sep 17 00:00:00 2001 From: joshuawilson Date: Fri, 31 Aug 2018 14:40:02 -0400 Subject: [PATCH] fix(package): add RxJS to the peerDep and set the version to use a range --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 7b63a03..c688429 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,8 @@ "dependencies": {}, "peerDependencies": { "@angular/core": "^6.1.0", - "@angular/http": "^6.1.0" + "@angular/http": "^6.1.0", + "rxjs": "^6.3.0" }, "devDependencies": { "@angular/animations": "6.1.6", @@ -154,8 +155,8 @@ "resolve-url-loader": "2.3.0", "rimraf": "2.6.2", "run-sequence": "2.2.1", - "rxjs": "6.3.0", - "rxjs-compat": "6.3.0", + "rxjs": "^6.3.0", + "rxjs-compat": "^6.3.0", "rxjs-tslint": "0.1.5", "script-ext-html-webpack-plugin": "2.0.1", "semantic-release": "15.9.12",