Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(usage): Fix available scripts message on Windows (#15)
On Windows, the available scripts message includes file path as well. This happens because `glob.sync` returns paths with unix style separators and the `replace(scriptsPath, '')` fails. Fix the issue using `path.normalize`.
- Loading branch information