mirror of
https://github.com/bower/bower.git
synced 2026-02-11 22:44:58 -05:00
20 lines
527 B
JSON
20 lines
527 B
JSON
{
|
|
"command": "update",
|
|
"description": "Updates installed packages to their newest version according to bower.json.",
|
|
"usage": [
|
|
"update <name> [<name> ..] [<options>]"
|
|
],
|
|
"options": [
|
|
{
|
|
"shorthand": "-h",
|
|
"flag": "--help",
|
|
"description": "Show this help message"
|
|
},
|
|
{
|
|
"shorthand": "-p",
|
|
"flag": "--production",
|
|
"description": "Do not install project devDependencies"
|
|
}
|
|
]
|
|
}
|