« All deprecation guides

Deprecation Guide for Blueprint::addBowerPackageToProject

until: 5.0.0
id: ember-cli.blueprint.add-bower-package-to-project

addBowerPackageToProject has been deprecated. If the package is also available on the npm registry, please use addPackageToProject instead. If not, please suggest your users to install the Bower package manually by running:

bower install <package-name> --save