It seems that the latest updates to v0.4.5 have caused a side-effect of no longer being able to resolve bower packages that lack a true bower.json file. I'm personally experiencing this issue with Modernizr, which seems to have a .bower.json but no bower.json (without the .).
It would be helpful if browserify-bower didn't necessarily care about the bower.json, though I understand why that's useful. Perhaps it could be optional?
It seems that the latest updates to v0.4.5 have caused a side-effect of no longer being able to resolve bower packages that lack a true
bower.json
file. I'm personally experiencing this issue with Modernizr, which seems to have a.bower.json
but nobower.json
(without the.
).It would be helpful if browserify-bower didn't necessarily care about the
bower.json
, though I understand why that's useful. Perhaps it could be optional?