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

Use npmjs rather than github ssh. #37

Open patcon opened 2 years ago

patcon commented 2 years ago

Resolves https://github.com/micromatch/glob-fs/issues/23

I believe this was all that people were asking for, so that npm isn't trying to use ssh to fetch the repo. This was also an issue when trying to use this package in a docker build where the image didn't include openssh and git packages.

Thanks!