mirror of
https://github.com/bower/bower.git
synced 2026-02-12 15:05:05 -05:00
- Add search command - Cache clean now clears the registry cache - Fix error when accessing an unknown deep command in the cli - Change from 'roaming' to 'path' in the config - Change from 'canonicalPackage' to 'canonicalDir' - Fix dev dependencies of nested packages being fetched - Ignore invalid installed packages - Various cache fixes and improvements - Fix .bower.json being deleted if a package specified ignorables - Use fstream instead of ncp to solve the EMFILE errors
15 lines
321 B
JSON
15 lines
321 B
JSON
{
|
|
"command": "search",
|
|
"description": "Finds all packages or a specific package.",
|
|
"usage": [
|
|
"search",
|
|
"search <name>"
|
|
],
|
|
"options": [
|
|
{
|
|
"shorthand": "-h",
|
|
"flag": "--help",
|
|
"description": "Show this help message"
|
|
}
|
|
]
|
|
} |