Files
bower/templates/json/help-uninstall.json
2013-05-31 17:36:04 +01:00

19 lines
574 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"
}
]
}