Files
bower/lib/templates/json/help-cache/clean.json
Adam Stankiewicz 4b4a854ed8 Restore directory structure for published bower
It's because people are depending on internals of bower, like
"bower/lib/renderers/StandardRenderer"

Instead we move templates and bin to lib directory and leave
paths intact. Additionally we alias bin/bower to lib/bin/bower.
2016-01-27 14:47:18 +01:00

17 lines
430 B
JSON

{
"command": "cache clean",
"description": "Cleans cached packages.",
"usage": [
"cache clean [<options>]",
"cache clean <name> [<name> ...] [<options>]",
"cache clean <name>#<version> [<name>#<version> ..] [<options>]"
],
"options": [
{
"shorthand": "-h",
"flag": "--help",
"description": "Show this help message"
}
]
}