[Pkg-javascript-commits] [node-through2] 03/21: New upstream version 2.0.2
Jérémy Lal
kapouer at moszumanska.debian.org
Mon Nov 28 23:35:19 UTC 2016
This is an automated email from the git hooks/post-receive script.
kapouer pushed a commit to branch master
in repository node-through2.
commit 402e8434e436fd22bf5cfe018f7d00259b8a91d1
Author: Jérémy Lal <kapouer at melix.org>
Date: Mon Nov 28 09:27:05 2016 +0100
New upstream version 2.0.2
---
LICENSE | 4 ++--
README.md | 3 +++
package.json | 10 +++++-----
3 files changed, 10 insertions(+), 7 deletions(-)
diff --git a/LICENSE b/LICENSE
index f6a0029..f9f51da 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,7 +1,7 @@
Copyright 2013, Rod Vagg (the "Original Author")
All rights reserved.
-MIT +no-false-attribs License
+MIT
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
@@ -36,4 +36,4 @@ OTHER DEALINGS IN THE SOFTWARE.
Except where noted, this license applies to any and all software
programs and associated documentation files created by the
-Original Author, when distributed with the Software.
\ No newline at end of file
+Original Author, when distributed with the Software.
diff --git a/README.md b/README.md
index c84b346..a916f15 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,9 @@ fs.createReadStream('ex.txt')
callback()
}))
.pipe(fs.createWriteStream('out.txt'))
+ .on('finish', function () {
+ doSomethingSpecial()
+ })
```
Or object streams:
diff --git a/package.json b/package.json
index c7afac7..d109bcb 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "through2",
- "version": "2.0.1",
+ "version": "2.0.2",
"description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise",
"main": "through2.js",
"scripts": {
@@ -20,13 +20,13 @@
"author": "Rod Vagg <r at va.gg> (https://github.com/rvagg)",
"license": "MIT",
"dependencies": {
- "readable-stream": "~2.0.0",
- "xtend": "~4.0.0"
+ "readable-stream": "^2.1.5",
+ "xtend": "~4.0.1"
},
"devDependencies": {
- "bl": "~0.9.4",
+ "bl": "~1.1.2",
"faucet": "0.0.1",
"stream-spigot": "~3.0.5",
- "tape": "~4.0.0"
+ "tape": "~4.6.2"
}
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-through2.git
More information about the Pkg-javascript-commits
mailing list