revert: build: update to nodejs rules 0.27 (#29210)

This reverts commit 08231f0bfa.
This commit is contained in:
Matias Niemelä
2019-03-14 17:38:35 -07:00
parent 8ed13a37f0
commit b2aadffbbc
13 changed files with 87 additions and 104 deletions

View File

@ -46,7 +46,7 @@ function addDevDependenciesToPackageJson(options: Schema) {
'@angular/upgrade': angularCoreVersion,
'@bazel/bazel': '^0.23.0',
'@bazel/ibazel': '^0.9.0',
'@bazel/karma': '^0.27.4',
'@bazel/karma': '^0.26.0',
};
const recorder = host.beginUpdate(packageJson);