mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-22 23:15:56 +08:00
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:
parent
eb313f7dc2
commit
51d0178d24
@ -102,10 +102,5 @@
|
|||||||
"tslint": {
|
"tslint": {
|
||||||
"optional": true
|
"optional": true
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"ng-update": {
|
|
||||||
"packageGroup": {
|
|
||||||
"codelyzer": "^6.0.0"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user