Skip to content

Commit

Permalink
fix(@angular-devkit/build-angular): add update package group for code…
Browse files Browse the repository at this point in the history
…lyzer

This change ensures that codelyzer will be updated (if present) to a compatible version when build-angular is updated.  This should help reduce the frequency of update errors related to peer dependency mismatches.
  • Loading branch information
clydin committed Nov 12, 2020
1 parent 644c2d7 commit 91bb4b8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/angular_devkit/build_angular/package.json
Expand Up @@ -102,5 +102,10 @@
"tslint": {
"optional": true
}
},
"ng-update": {
"packageGroup": {
"codelyzer": "^6.0.0"
}
}
}

0 comments on commit 91bb4b8

Please sign in to comment.