Closed nex3 closed 9 years ago
If you use a normal dependency for test, all your users will get it, even though it's not used anywhere in the package itself. Use a dev dependency instead and you'll only get it when working on this package directly.
test
Oh, thanks for the tip, Natalie.
Should be addressed in 0.0.16.
If you use a normal dependency for
test
, all your users will get it, even though it's not used anywhere in the package itself. Use a dev dependency instead and you'll only get it when working on this package directly.