2dda2e10
Administrator
generator ignore
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{{#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}}
|