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

Commit

Permalink
fix(package): move ngx-base and rxjs out of peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuawilson committed Oct 12, 2017
1 parent cd10619 commit 2bd010d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@
"dependencies": {
"@angular/core": "4.4.4",
"@angular/http": "4.4.4",
"lodash": "4.17.4"
},
"peerDependencies": {
"lodash": "4.17.4",
"ngx-base": "^2.2.9",
"rxjs": "^5.0.1"
},
"peerDependencies": {
},
"devDependencies": {
"@angular/common": "4.4.4",
"@angular/compiler": "4.4.4",
Expand Down

0 comments on commit 2bd010d

Please sign in to comment.