From 964358315d4be78eecf72371b2b6d421c02d1a59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Thu, 13 Jul 2017 16:23:12 -0700 Subject: [PATCH] fix(extract): make sure to extract properly --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 4003be3..ef4f312 100644 --- a/index.js +++ b/index.js @@ -98,7 +98,7 @@ function extractDeps (modPath, deps) { }).tap(pkg => { return runScript('preinstall', pkg, childPath) }).then(pkg => { - return extractDeps(path.join(childPath, 'node_modules')) + return extractDeps(path.join(childPath, 'node_modules'), child.dependencies) .then(dependencies => { return { name,