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:
authorForrest L Norvell <forrest@npmjs.com>2014-09-12 13:48:25 +0400
committerForrest L Norvell <forrest@npmjs.com>2014-09-12 13:48:25 +0400
commitca791e27e97e51c1dd491bff6622ac90b54c3e23 (patch)
treed0919d561ee556339ff0892651f59202ff155b47 /lib/dedupe.js
parent277ba205acda18c2140ee44a0ca0d3387db55623 (diff)
restore long-missing bit of dedupe
Diffstat (limited to 'lib/dedupe.js')
-rw-r--r--lib/dedupe.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dedupe.js b/lib/dedupe.js
index 70a63a3ab..74397d0cb 100644
--- a/lib/dedupe.js
+++ b/lib/dedupe.js
@@ -61,7 +61,7 @@ function dedupe_ (dir, filter, unavoidable, dryrun, silent, cb) {
Object.keys(obj.children).forEach(function (k) {
U(obj.children[k])
})
- })
+ })(data)
// then collect them up and figure out who needs them
;(function C (obj) {