micromatch / glob-fs

file globbing for node.js. speedy and powerful alternative to node-glob. This library is experimental and does not work on windows!
http://jonschlinkert.github.io/glob-fs
MIT License
55 stars 17 forks source link

micromatch dependancy pulls from github not npm #17

Closed gaje closed 7 years ago

gaje commented 7 years ago

The dependency for: "micromatch": "jonschlinkert/micromatch#2.2.0", pulls from github repo instead of npm. This breaks on firewalled networks that do not have access to public github. Can this be changed to pull from npm instead?

jonschlinkert commented 7 years ago

sure, but we'd need to make sure the tests are passing. fwiw this lib is being refactored anyway

misterbrownlee commented 7 years ago

This makes glob-fs a no go for us on a project. Too bad, it seems like a good start

tunnckoCore commented 7 years ago

@misterbrownlee it seems, but it isn't ready enough for "production" or whatever you wanna call it, because it is not very stable at this moment. But yea, it is great. :)

jonschlinkert commented 7 years ago

closing, we're working on the next version and won't be making any changes to this branch