Aldlevine / comptroller

A simple and lightweight tool to manage your monorepo.
MIT License
28 stars 2 forks source link

"dev" option incorrect cascade in self update #27

Closed Aldlevine closed 7 years ago

Aldlevine commented 7 years ago

When executing comp update -s, Comptroller applies the dev option from the top level config as opposed to allowing subpackages determine whether or not a package should be marked as dev. If a subpackage specifies the dev option it should override the top level option.

Aldlevine commented 7 years ago

Closed by #28