[Pkg-javascript-commits] [node-module-deps] 431/444: Fixes https://github.com/substack/module-deps/pull/124#discussion_r98822191
Bastien Roucariès
rouca at moszumanska.debian.org
Fri Dec 15 09:48:20 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 c3ac60fb5eb59894e8c433b263a9a60330f4732f
Author: Martin Heidegger <martin.heidegger at gmail.com>
Date: Wed Feb 1 13:09:23 2017 +0900
Fixes https://github.com/substack/module-deps/pull/124#discussion_r98822191
---
index.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/index.js b/index.js
index 2706025..c4d5a4b 100644
--- a/index.js
+++ b/index.js
@@ -401,8 +401,8 @@ Deps.prototype.walk = function (id, parent, cb) {
source: src,
package: pkg,
deps: deps.reduce(function (deps, dep) {
- deps[dep] = true
- return deps
+ deps[dep] = true;
+ return deps;
}, {})
});
}
--
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