mirror of
https://github.com/bower/bower.git
synced 2026-01-14 16:57:57 -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.
10 lines
551 B
Plaintext
10 lines
551 B
Plaintext
{{#yellow}}Please note that,{{/yellow}}
|
|
{{#condense}}
|
|
{{#each picks}}
|
|
{{#if dependants}}{{#green}}{{dependants}}{{/green}}{{else}}none{{/if}} depends on {{#cyan}}{{endpoint.name}}#{{endpoint.target}}{{/cyan}}{{#if pkgMeta._release}} which resolved to {{#green}}{{endpoint.name}}#{{pkgMeta._release}}{{/green}}{{/if}}
|
|
{{/each}}
|
|
{{/condense}}
|
|
|
|
Resort to using {{#cyan}}{{suitable.endpoint.name}}#{{resolution}}{{/cyan}} which resolved to {{#green}}{{suitable.endpoint.name}}#{{suitable.pkgMeta._release}}{{/green}}
|
|
Code incompatibilities may occur.
|