mirror of
https://github.com/bower/bower.git
synced 2026-04-24 03:00:19 -04:00
20 lines
512 B
Plaintext
20 lines
512 B
Plaintext
|
|
Usage:
|
|
|
|
{{#cyan}}bower{{/cyan}} uninstall {{#grey}}<package>{{/grey}}
|
|
|
|
Options:
|
|
|
|
|
|
{{#yellow}}--save{{/yellow}} - Removes dependency entry from the project's {{json}}
|
|
{{#yellow}}--force{{/yellow}} - Forces removal on conflict
|
|
{{#yellow}}--no-color{{/yellow}} - Do not print colors
|
|
|
|
Can specify one or more:
|
|
|
|
{{#cyan}}bower{{/cyan}} uninstall {{#grey}}jquery jquery-ui{{/grey}}
|
|
|
|
Description:
|
|
|
|
Uninstalls a browser package locally from your {{#grey}}{{directory}}{{/grey}} directory
|