mirror of
https://github.com/bower/bower.git
synced 2026-01-14 08:47:54 -05:00
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.
16 lines
352 B
JSON
16 lines
352 B
JSON
{
|
|
"command": "cache list",
|
|
"description": "Lists cached packages.",
|
|
"usage": [
|
|
"cache list [<options>]",
|
|
"cache list <name> [<name> ...] [<options>]"
|
|
],
|
|
"options": [
|
|
{
|
|
"shorthand": "-h",
|
|
"flag": "--help",
|
|
"description": "Show this help message"
|
|
}
|
|
]
|
|
}
|