Skip to content

Commit 6aa5bfa

Browse files
Keen Yee Liaumatsko
authored andcommitted
refactor(bazel): Remove schematics and builder from package.json (angular#37190)
This commit removes the fields for ng-add, schematics and builder from package.json of `@angular/bazel`. PR Close angular#37190
1 parent 227ba62 commit 6aa5bfa

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

packages/bazel/package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,10 @@
5050
"url": "https://github.com/angular/angular.git",
5151
"directory": "packages/bazel"
5252
},
53-
"builders": "./src/builders/builders.json",
54-
"schematics": "./src/schematics/collection.json",
55-
"ng-add": {
56-
"save": "devDependencies"
57-
},
5853
"ng-update": {
5954
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
6055
},
6156
"publishConfig": {
6257
"registry": "https://wombat-dressing-room.appspot.com"
6358
}
64-
}
59+
}

0 commit comments

Comments
 (0)