Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'workspaces/libnpmfund/lib/index.js')
-rw-r--r--workspaces/libnpmfund/lib/index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/workspaces/libnpmfund/lib/index.js b/workspaces/libnpmfund/lib/index.js
index a3d2d8223..a53893dc1 100644
--- a/workspaces/libnpmfund/lib/index.js
+++ b/workspaces/libnpmfund/lib/index.js
@@ -91,8 +91,8 @@ function readTree (tree, opts) {
}
}
- function getFundingDependencies (tree) {
- const edges = tree && tree.edgesOut && tree.edgesOut.values()
+ function getFundingDependencies (t) {
+ const edges = t && t.edgesOut && t.edgesOut.values()
if (!edges) {
return empty()
}