Package: node-gulp-tsb / 4.0.5+~cs7.0.2-4

Metadata

Package Version Patches format
node-gulp-tsb 4.0.5+~cs7.0.2-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix ansi colors compatibility Promise issue.patch | (download)

lib/builder.js | 2 1 + 1 - 0 !
src/builder.ts | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 this patch is made for the following reasons:
 * The upstream author uses a old version of ansi-colors. But debian
   contains the new version of this package.
 * Old ansi-colors uses bgcyan for outputting the message whereas new
   ansi-colors uses bgCyan. For avoiding warning about this, I've been
   updated src/builder.ts and lib/builder.js files.
 * Added <void> in a Promise code of src/builder.ts for avoiding warning about that.