Julian Gruber

Results 317 comments of Julian Gruber

needs to be merged: https://github.com/substack/tap-finished/pull/6

published a temporary fix as 2.1.1, until tap-finished is fixed

that should work: ``` js let code; reader .pipe(tapeRun()) .on('results', results => { process.exit(Number(!results.ok)); }) .pipe(tapSpec()) .pipe(process.stdout); ```

https://github.com/juliangruber/tape-run/releases/tag/v10.0.0 improves situation, however still includes outdated `minimist` (albeit unused) through `html-inject-script`

This PR goes hand in hand with https://github.com/mafintosh/node-gyp-build/issues/4.

I tested this with taglib2 and it works :)

we could revive mine as well, I'm open to hand anything over

> @juliangruber Could you register your fork on npm so we can use it? You can also publish it :) Or use the npm github syntax