[Pkg-javascript-commits] [node-jsonstream] 102/214: Use version range for through dependency

Bastien Roucariès rouca at moszumanska.debian.org
Fri Dec 1 12:58:46 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 da044b86df9295909a654b28a34d1d31ac73a2e9
Author: Maximilian Antoni <mail at maxantoni.de>
Date:   Wed Apr 9 10:17:42 2014 +0200

    Use version range for through dependency
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 8e8e06c..d9fc3b7 100644
--- a/package.json
+++ b/package.json
@@ -17,7 +17,7 @@
   ],
   "dependencies": {
     "jsonparse": "0.0.5",
-    "through": "~2.2.7"
+    "through": ">=2.2.7 <3"
   },
   "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