micromatch / nanomatch

Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but without support for extended globs (extglobs), posix brackets or braces, and with complete Bash 4.3 wildcard support: ("*", "**", and "?").
https://github.com/micromatch
MIT License
96 stars 20 forks source link

publish 1.0 #3

Closed jonschlinkert closed 7 years ago

jonschlinkert commented 8 years ago

After this is successfully integrated into micromatch and no regressions are found I'll publish as 1.0.

tunnckoCore commented 7 years ago

:tada: great!

jonschlinkert commented 7 years ago

yeah I need to fix a few tests, but they look pretty simple.