add cleanPipe()

This commit is contained in:
2017-03-04 13:50:12 +01:00
parent c7b3f2a228
commit 9b67507acd
9 changed files with 340 additions and 77 deletions

View File

@ -19,13 +19,15 @@
"homepage": "https://gitlab.com/pushrocks/smartstream#README",
"devDependencies": {
"@types/should": "^8.1.30",
"npmts-g": "^5.2.8",
"should": "^11.1.0",
"npmts-g": "^6.0.0",
"should": "^11.2.0",
"typings-test": "^1.0.3"
},
"dependencies": {
"@types/q": "0.x.x",
"@types/through2": "^2.0.32",
"q": "^1.4.1",
"through2": "^2.0.3",
"typings-global": "^1.0.14"
}
}