Files
bower/templates/json/help-uninstall.json
André Cruz d0465eccf1 CS.
2013-07-09 23:57:15 +01:00

25 lines
747 B
JSON

{
"command": "uninstall",
"description": "Uninstalls a browser package locally from your bower_components directory",
"usage": [
"uninstall <name> [<name> ..] [<options>]"
],
"options": [
{
"shorthand": "-h",
"flag": "--help",
"description": "Show this help message"
},
{
"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"
}
]
}