mirror of
https://github.com/bower/bower.git
synced 2026-01-14 00:38:03 -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.
9 lines
112 B
Plaintext
9 lines
112 B
Plaintext
{{#condense}}
|
|
{{#if url}}
|
|
{{#cyan}}{{name}}{{/cyan}} {{url}}
|
|
{{else}}
|
|
Package not found.
|
|
{{/if}}
|
|
{{/condense}}
|
|
|