[Pkg-javascript-commits] [node-module-deps] 20/444: forgot the through dep

Bastien Roucariès rouca at moszumanska.debian.org
Fri Dec 15 09:47:39 UTC 2017


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

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

commit b1945f59cabdaf4da2e60082275b635b072935b1
Author: James Halliday <mail at substack.net>
Date:   Fri Feb 22 04:14:44 2013 -0800

    forgot the through dep
---
 package.json | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index cc93939..2f11247 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
     "name": "module-deps",
-    "version": "0.2.1",
+    "version": "0.2.2",
     "description": "walk the dependency graph to generate json output that can be fed into browser-pack",
     "main": "index.js",
     "bin": {
@@ -8,7 +8,8 @@
     },
     "dependencies": {
         "JSONStream": "~0.4.3",
-        "required": "~0.2.0"
+        "required": "~0.2.0",
+        "through": "~2.2.0"
     },
     "devDependencies": {
         "tap": "~0.4.0",

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



More information about the Pkg-javascript-commits mailing list