eugeneware / debowerify

A browserify transform to enable the easy use of bower components in browserify client javascript projects. This can be used in conjunction with deamdify to require AMD components from bower as well.
491 stars 51 forks source link

Correct method signature to bower.commands.list, fixes offline mode #22

Closed akre54 closed 10 years ago

akre54 commented 10 years ago

The signature is function list(options, config). Fixes case where fetching would fail when offline.

eugeneware commented 10 years ago

Thanks @akre54. Published to npm as 0.5.1. Cheers.