uranium icon indicating copy to clipboard operation
uranium copied to clipboard

uranium should implement a strategy for separating regular dependencies and test/development dependencies

Open kohenchia opened this issue 9 years ago • 0 comments

Similar to npm's devDependencies model. We'll also need a uranium version of npm prune.

Extra credit if you can implement a static analyzer that fails the build when devDependencies show up in regular application code, and normal dependencies only show up in test code, etc.

kohenchia avatar Aug 25 '16 22:08 kohenchia