[Pkg-javascript-commits] [node-jsonstream] 72/214: use through

Bastien Roucariès rouca at moszumanska.debian.org
Fri Dec 1 12:58:41 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-jsonstream.

commit 5fd80ca6274df518a13da4429fada299e69dfd6b
Author: Dominic Tarr <dominic.tarr at gmail.com>
Date:   Sat Mar 16 14:43:53 2013 +1300

    use through
---
 package.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 5c79c3d..bc3cb99 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,8 @@
     "url": "git://github.com/dominictarr/JSONStream.git"
   },
   "dependencies": {
-    "jsonparse": "0.0.5"
+    "jsonparse": "0.0.5",
+    "through": "~2.2.7"
   },
   "devDependencies": {
     "it-is": "~1",

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-jsonstream.git



More information about the Pkg-javascript-commits mailing list