mirror of
https://github.com/bower/bower.git
synced 2026-04-24 03:00:19 -04:00
17 lines
515 B
Plaintext
17 lines
515 B
Plaintext
|
|
Usage:
|
|
|
|
{{#cyan}}bower{{/cyan}} update
|
|
{{#cyan}}bower{{/cyan}} update {{#grey}}<package>{{/grey}}
|
|
|
|
Options:
|
|
|
|
{{#yellow}}--save{{/yellow}} - Updates dependencies entries in the project's {{{json}}}
|
|
{{#yellow}}--force{{/yellow}} - Force fetching remote resources even if a local copy exists on disk
|
|
{{#yellow}}--force-latest{{/yellow}} - Force latest version on conflict
|
|
{{#yellow}}--no-color{{/yellow}} - Do not print colors
|
|
|
|
Description:
|
|
|
|
Refreshes a package install
|