set basic layout. adding status bar
This commit is contained in:
34
node_modules/bower/lib/templates/json/help-update.json
generated
vendored
Normal file
34
node_modules/bower/lib/templates/json/help-update.json
generated
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"command": "update",
|
||||
"description": "Updates installed packages to their newest version according to bower.json.",
|
||||
"usage": [
|
||||
"update <name> [<name> ..] [<options>]"
|
||||
],
|
||||
"options": [
|
||||
{
|
||||
"shorthand": "-F",
|
||||
"flag": "--force-latest",
|
||||
"description": "Force latest version on conflict"
|
||||
},
|
||||
{
|
||||
"shorthand": "-h",
|
||||
"flag": "--help",
|
||||
"description": "Show this help message"
|
||||
},
|
||||
{
|
||||
"shorthand": "-p",
|
||||
"flag": "--production",
|
||||
"description": "Do not install project devDependencies"
|
||||
},
|
||||
{
|
||||
"shorthand": "-S",
|
||||
"flag": "--save",
|
||||
"description": "Update dependencies in bower.json"
|
||||
},
|
||||
{
|
||||
"shorthand": "-D",
|
||||
"flag": "--save-dev",
|
||||
"description": "Update devDependencies in bower.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user