core icon indicating copy to clipboard operation
core copied to clipboard

Update dependency graph in README to show devDependencies vs dependencies

Open mcmire opened this issue 3 years ago • 0 comments

For instance, @metamask/composable-controller technically includes @metamask/address-book-controller, @metamask/assets-controllers, and others in its list of development dependencies because it uses them for tests, but none of these are actually needed to use the controller itself, so this would be helpful to know when looking at the big picture.

mcmire avatar Nov 18 '22 22:11 mcmire