[Pkg-javascript-commits] [node-module-deps] 222/444: 2.0.0

Bastien Roucariès rouca at moszumanska.debian.org
Fri Dec 15 09:47:57 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 6810dfb5cf4fd23f12c8349f2fcaa340f53d524e
Author: James Halliday <mail at substack.net>
Date:   Fri May 9 20:08:55 2014 -0700

    2.0.0
---
 index.js     | 1 +
 package.json | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/index.js b/index.js
index 6b5cfe1..6f85e90 100644
--- a/index.js
+++ b/index.js
@@ -38,6 +38,7 @@ function Deps (mains, opts) {
         this.paths = process.env.NODE_PATH.split(':');
     }
     if (!this.paths) this.paths = [];
+    
     this.entries = [];
     this.mains = [];
     
diff --git a/package.json b/package.json
index 9a8c276..7a78f1e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "module-deps",
-  "version": "1.10.0",
+  "version": "2.0.0",
   "description": "walk the dependency graph to generate json output that can be fed into browser-pack",
   "main": "index.js",
   "bin": {

-- 
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