mirror of
https://github.com/bower/bower.git
synced 2026-02-12 06:55:04 -05:00
19 lines
592 B
JSON
19 lines
592 B
JSON
{
|
|
"command": "uninstall",
|
|
"description": "Uninstalls a browser package locally from your bower_components directory",
|
|
"usage": [
|
|
"uninstall <name> [<name>, ..]"
|
|
],
|
|
"options": [
|
|
{
|
|
"shorthand": "-s",
|
|
"flag": "--save",
|
|
"description": "Save installed packages into the project's bower.json dependencies"
|
|
},
|
|
{
|
|
"shorthand": "-D",
|
|
"flag": "--save-dev",
|
|
"description": "Save installed packages into the project's bower.json devDependencies"
|
|
}
|
|
]
|
|
} |