glob-fs
glob-fs copied to clipboard
Use npmjs rather than github ssh.
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!