Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
fix(package): add RxJS to the peerDep and set the version to use a range
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuawilson committed Aug 31, 2018
1 parent 691b875 commit a7cdaa0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit a7cdaa0

Please sign in to comment.