1
0
mirror of https://github.com/angular/angular-cli.git synced 2025-05-23 23:59:27 +08:00

build: include rxjs dependency needed for bazel local repo

This commit is contained in:
Filipe Silva 2018-08-14 16:12:32 +01:00 committed by Hans
parent 6b14f2aba8
commit 37c5b842a0
2 changed files with 1 additions and 1 deletions
package.json
packages/angular_devkit/core

@ -91,6 +91,7 @@
"license-checker": "^20.1.0",
"minimatch": "^3.0.4",
"minimist": "^1.2.0",
"rxjs": "^6.0.0",
"semver": "^5.3.0",
"source-map": "^0.5.6",
"source-map-support": "^0.5.0",

@ -9,7 +9,6 @@ load("@build_bazel_rules_nodejs//:defs.bzl", "jasmine_node_test")
licenses(["notice"]) # MIT License
# @angular-devkit/core
ts_library(