nodesource / ncm-ci

NCM for CICD systems
https://nodesource.com/products/certified-modules
MIT License
8 stars 2 forks source link

Ignore optional and dev dependencies by default #22

Open juliangruber opened 6 years ago

juliangruber commented 6 years ago

1) add isOptional?, isDev? information to ncm-analyze-tree, which is true if a module is part of optionalDependencies or developmentDependencies 2) by default ignore those dependencies 3) add cli options --optional-dependencies and --dev-dependencies