mirror of
https://github.com/bower/bower.git
synced 2026-01-13 16:28:05 -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.
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}} |