Bugfix: path.join
Despite saying that path.join
does normalization, it appears "same-directory" syntax of ./
does not work across all environments. Dropping the preceding ./
in the config file location enabled this package to work on at least one computer. This release adopts the more universal / reliable path definition.