14 lines
361 B
Plaintext
14 lines
361 B
Plaintext
|
|
{{#if versions}}{{#cyan}}Available versions:{{/cyan}}
|
|||
|
|
{{#condense}}
|
|||
|
|
{{#versions}}
|
|||
|
|
- {{.}}
|
|||
|
|
{{/versions}}
|
|||
|
|
{{/condense}}
|
|||
|
|
|
|||
|
|
|
|||
|
|
{{#if hidePreReleases}}
|
|||
|
|
Show {{numPreReleases}} additional prereleases with ‘bower info {{name}} --verbose’
|
|||
|
|
{{/if}}
|
|||
|
|
You can request info for a specific version with 'bower info {{name}}#<version>'
|
|||
|
|
{{else}}No versions available.
|
|||
|
|
{{/if}}
|