taptapship / wiredep

Wire Bower dependencies to your source code.
MIT License
1.15k stars 142 forks source link

read main from alternatives' main as well #269

Open pwang2 opened 7 years ago

pwang2 commented 7 years ago

In case of a component only present a package.json, generated .bower.json will not read the main, in wiredep, we shall read the package.json's main before using component.name+'.js' fallback.