Skip to content

Ensure all components are listed in config

Alf Eaton requested to merge initial-config-components into master

All the components listed in package.json need to also be listed in the config file, otherwise the "add component" command gets confused (it looks for changes to package.json, then updates the config file accordingly).

Merge request reports