refactor(bazel): Remove schematics and builder from package.json (#37190)

This commit removes the fields for ng-add, schematics and builder from
package.json of `@angular/bazel`.

PR Close #37190
This commit is contained in:
Keen Yee Liau 2020-05-20 17:03:38 -07:00 committed by Matias Niemelä
parent 227ba625e6
commit 6aa5bfa21a
1 changed files with 1 additions and 6 deletions

View File

@ -50,11 +50,6 @@
"url": "https://github.com/angular/angular.git", "url": "https://github.com/angular/angular.git",
"directory": "packages/bazel" "directory": "packages/bazel"
}, },
"builders": "./src/builders/builders.json",
"schematics": "./src/schematics/collection.json",
"ng-add": {
"save": "devDependencies"
},
"ng-update": { "ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP" "packageGroup": "NG_UPDATE_PACKAGE_GROUP"
}, },