Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The version of "nyc" (v9) that was being used was not launching `tap` properly on windows. So a dev dependency has been added for the latest nyc (v15), which appears to fix the issue. Note that version 9 of "nyc" was actually being installed indirectly, as a dependency of "tap". I think using indirect dependencies is a bad idea, and also it appears that newer versions of tap no longer have nyc as a dependency anyway. (Updating tap is a lot more work, so I want to avoid that for now). Also, the windows shell does not understand single quotes, so an extra npm run script is required.
- Loading branch information