Skip to content

Commit

Permalink
fix(@angular-devkit/build-angular): remove unneeded update package group
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
clydin committed Nov 16, 2020
1 parent eb313f7 commit 51d0178
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,5 @@
"tslint": {
"optional": true
}
},
"ng-update": {
"packageGroup": {
"codelyzer": "^6.0.0"
}
}
}

0 comments on commit 51d0178

Please sign in to comment.