[Pkg-javascript-commits] [node-stream-combiner2] 06/41: use latest version of duplexer and tape
Bastien Roucariès
rouca at moszumanska.debian.org
Wed Sep 6 09:57:51 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-stream-combiner2.
commit fd86254b3cb4889fe0b1eb46ab3cecdf7e0632e7
Author: Feross Aboukhadijeh <feross at feross.org>
Date: Tue Dec 10 23:07:13 2013 -0800
use latest version of duplexer and tape
this will help me fix a downstream bug in testling, thanks!
---
package.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package.json b/package.json
index 3f85ec0..f3ba0ce 100644
--- a/package.json
+++ b/package.json
@@ -7,10 +7,10 @@
"url": "git://github.com/dominictarr/stream-combiner.git"
},
"dependencies": {
- "duplexer": "~0.0.3"
+ "duplexer": "~0.1.1"
},
"devDependencies": {
- "tape": "0.0.4",
+ "tape": "~2.3.0",
"event-stream": "~3.0.7"
},
"scripts": {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-stream-combiner2.git
More information about the Pkg-javascript-commits
mailing list