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 'lib/fund.js')
-rw-r--r--lib/fund.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/fund.js b/lib/fund.js
index 97139f5bb..1e0fa1ecb 100644
--- a/lib/fund.js
+++ b/lib/fund.js
@@ -92,7 +92,6 @@ class Fund extends ArboristWorkspaceCmd {
return
}
- // TODO: add !workspacesEnabled option handling to libnpmfund
const fundingInfo = getFundingInfo(tree, {
...this.flatOptions,
log: this.npm.log,