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:
parent
227ba625e6
commit
6aa5bfa21a
|
@ -50,15 +50,10 @@
|
||||||
"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"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"registry": "https://wombat-dressing-room.appspot.com"
|
"registry": "https://wombat-dressing-room.appspot.com"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue