We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 483eaee commit f1f8a43Copy full SHA for f1f8a43
lib/tools/node-modules/node-modules-dependencies-builder.ts
@@ -46,7 +46,6 @@ export class NodeModulesDependenciesBuilder implements INodeModulesDependenciesB
46
_.each(this.getProductionDependencies(resolvedDependency.directory), d => {
47
resolvedDependencies.push(d);
48
});
49
-
50
resolvedDependencies.push(resolvedDependency);
51
}
52
0 commit comments