Files
bower/templates/json/help-update.json
2013-05-31 17:36:04 +01:00

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"
}
]
}