chiffchaff-pipe
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -55,4 +55,3 @@ 'use strict'; | ||
reg.onceFin(_this._destination, 'error', reject); | ||
var pass = _this._source.pipe(_this._destination, _this._options); | ||
reg.onceFin(pass, 'error', reject); | ||
_this._source.pipe(_this._destination, _this._options); | ||
}).cancellable()['catch'](_bluebird2['default'].CancellationError, function (err) { | ||
@@ -59,0 +58,0 @@ _this._source.unpipe(_this._destination); |
{ | ||
"name": "chiffchaff-pipe", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Stream piping for chiffchaff.", | ||
@@ -45,7 +45,8 @@ "keywords": [ | ||
"isparta": "^3.0.3", | ||
"mkdirp": "^0.5.0" | ||
"mkdirp": "^0.5.0", | ||
"standard": "^5.2.2" | ||
}, | ||
"main": "dist/index.js", | ||
"files": [ | ||
"dist/index.js", | ||
"dist/", | ||
"index.js" | ||
@@ -57,3 +58,3 @@ ], | ||
"prepublish": "npm run clean && npm run build", | ||
"test": "gulp test" | ||
"test": "node node_modules/standard/bin/cmd.js && gulp test" | ||
}, | ||
@@ -60,0 +61,0 @@ "repository": "zentrick/chiffchaff-pipe", |
5672
15
57