In the ember-cli docs on Managing addon dependencies, there’s this statement:
Install your client side dependencies via Bower. … Note that currently this will add the component to the main dependencies hash. Move it to devDependencies.
What’s the purpose behind moving dependencies to devDependencies?