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 028921e369
commit 80f7522dab

View File

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