It looks like glob-promise is a wrapper around glob that is no longer needed, so it should be removed.
globby (in ts-scripts) and glob (in teraslice-cli) look to do the same thing. Unless they each have functions that the other doesn't we should convert to a single library.
We were using a few globby functions that were more complex, so I removed glob and glob-promise from teraslice-cli, and switched to globby there as well.
It looks like
glob-promise
is a wrapper around glob that is no longer needed, so it should be removed.globby
(in ts-scripts) andglob
(in teraslice-cli) look to do the same thing. Unless they each have functions that the other doesn't we should convert to a single library.