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

Include lib/ into the npm package #5

Closed eush77 closed 9 years ago

eush77 commented 9 years ago

I've just got the Cannot find module './lib/exp' error.

hemanth commented 9 years ago

@eush77 Came here to fix this :+1:

This is breaking all dependent modules.

//cc @jonschlinkert Get well soon.

jonschlinkert commented 9 years ago

thanks!

jonschlinkert commented 9 years ago

I just pushed up a new version. sorry for breaking the internet!

hemanth commented 9 years ago

:+1:

jonschlinkert commented 9 years ago

@hemanth, would you want to be added as a collab on this? would be great to have another dev around when something breaks, if I can't get to it fast enough.

hemanth commented 9 years ago

@jonschlinkert Sure! My pleasure :)

jonschlinkert commented 9 years ago

Done! thanks, I appreciate it!

hemanth commented 9 years ago

Thanks :+1: