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.
This commit is contained in:
Charles Lyding 2020-11-16 14:55:36 -05:00 committed by Charles
parent eb313f7dc2
commit 51d0178d24

View File

@ -102,10 +102,5 @@
"tslint": {
"optional": true
}
},
"ng-update": {
"packageGroup": {
"codelyzer": "^6.0.0"
}
}
}