yeoman / bower-requirejs

[DEPRECATED] Automagically wire-up installed Bower components into your RequireJS config
375 stars 68 forks source link

Added type check for dependency main property #112

Closed smoldaner closed 9 years ago

smoldaner commented 9 years ago

This prevents an exception in case the main property is an array. See Issue #103 for details

bezoerb commented 9 years ago

LGTM :+1: