Skip to content
Sindre Sorhus edited this page Jan 18, 2013 · 1 revision

Usage: yeoman update <packageName>

Updates an already installed package packageName to the latest version available in the Bower registry.

Example:

yeoman update jquery

# outputs
bower checking out jquery#v1.7.2

The update command will also update any other packages in your project relying on this dependency to use this most recent version if any update is applied.

Clone this wiki locally