Skip to content

Commit

Permalink
build(aio): remove rxjs-compat dependency from examples (#22872)
Browse files Browse the repository at this point in the history
we should not longer need it.

PR Close #22872
  • Loading branch information
IgorMinar authored and matsko committed Mar 23, 2018
1 parent 0f88fc7 commit 3a30f5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aio/tools/ng-packages-installer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ class NgPackagesInstaller {
// FIXME: Temporarily use RxJS from root `node_modules/`.
if (peerDependencies.rxjs) {
peerDependencies.rxjs = `file:${ANGULAR_ROOT_DIR}/node_modules/rxjs`;
peerDependencies['rxjs-compat'] = '6.0.0-beta.0';
}

return [mergedDependencies, peerDependencies];
Expand Down

0 comments on commit 3a30f5d

Please sign in to comment.