micromatch / braces

Faster brace expansion for node.js. Besides being faster, braces is not subject to DoS attacks like minimatch, is more accurate, and has more complete support for Bash 4.3.
https://github.com/jonschlinkert
MIT License
207 stars 47 forks source link

Missing dependency, lazy-cache #6

Closed nicklasb closed 8 years ago

nicklasb commented 8 years ago

Hi,

I appears that braces tries to import lazy-cache even though there is no defined dependency.

jonschlinkert commented 8 years ago

what version?

nicklasb commented 8 years ago

Oh, I am sorry. This is not braces fault. For some reason karma includes it in its source, but not all of its dependencies. Go figure.

Thanks, I am closing this now.

nicklasb commented 8 years ago

Actually it suddenly appeared in the karma source tree after an npm update. Something most have gone wrong during the initial first update.