isaacs / isexe

Minimal module to check if a file is executable.
ISC License
48 stars 17 forks source link

Update tap to v12.0.1 #23

Open Gudahtt opened 6 years ago

Gudahtt commented 6 years ago

A dependency of tap (spawn-env, via nyc) was causing tests to fail. Any version of tap >= v10.7.1 will guarantee a version of spawn-env with that bug fix. The minimum has been increased to v12.0.1 because the breaking changes between v10 and v12 do not affect this package.

Closes #13