mirror of
https://github.com/bower/bower.git
synced 2026-04-24 03:00:19 -04: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.
17 lines
473 B
JSON
17 lines
473 B
JSON
{
|
|
"command": "home",
|
|
"description": "Opens a package homepage into your favorite browser.\n\nIf no <package> is passed, opens the homepage of the local package.",
|
|
"usage": [
|
|
"home [<options>]",
|
|
"home <package> [<options>]",
|
|
"home <package>#<version> [<options>]"
|
|
],
|
|
"options": [
|
|
{
|
|
"shorthand": "-h",
|
|
"flag": "--help",
|
|
"description": "Show this help message"
|
|
}
|
|
]
|
|
}
|