mirror of
https://github.com/bower/bower.git
synced 2026-02-12 06:55:04 -05:00
14 lines
362 B
JSON
14 lines
362 B
JSON
{
|
|
"command": "update",
|
|
"description": "Updates installed packages to their newest version according to bower.json",
|
|
"usage": [
|
|
"update <name> [<name>, ..]"
|
|
],
|
|
"options": [
|
|
{
|
|
"shorthand": "-p",
|
|
"flag": "--production",
|
|
"description": "Do not install project devDependencies"
|
|
}
|
|
]
|
|
} |