set basic layout. adding status bar
This commit is contained in:
29
node_modules/bower/lib/templates/json/help-uninstall.json
generated
vendored
Normal file
29
node_modules/bower/lib/templates/json/help-uninstall.json
generated
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"command": "uninstall",
|
||||
"description": "Uninstalls a package locally from your bower_components directory",
|
||||
"usage": [
|
||||
"uninstall <name> [<name> ..] [<options>]"
|
||||
],
|
||||
"options": [
|
||||
{
|
||||
"shorthand": "-f",
|
||||
"flag": "--force",
|
||||
"description": "Continues uninstallation even after a dependency conflict"
|
||||
},
|
||||
{
|
||||
"shorthand": "-h",
|
||||
"flag": "--help",
|
||||
"description": "Show this help message"
|
||||
},
|
||||
{
|
||||
"shorthand": "-S",
|
||||
"flag": "--save",
|
||||
"description": "Remove uninstalled packages from the project's bower.json dependencies"
|
||||
},
|
||||
{
|
||||
"shorthand": "-D",
|
||||
"flag": "--save-dev",
|
||||
"description": "Remove uninstalled packages from the project's bower.json devDependencies"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user