Skip to content

Commit 54412fc

Browse files
committed
fix(@angular-devkit/build-angular): remove unneeded update package group
The `ng-update` field errantly caused this package to show up in the ng update list. The package group with `codelyzer` also did not provide a benefit as `codelyzer` is updated via a migration and tslint support is now deprecated. (cherry picked from commit 51d0178)
1 parent 4517f1a commit 54412fc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/angular_devkit/build_angular/package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,5 @@
102102
"tslint": {
103103
"optional": true
104104
}
105-
},
106-
"ng-update": {
107-
"packageGroup": {
108-
"codelyzer": "^6.0.0"
109-
}
110105
}
111106
}

0 commit comments

Comments
 (0)