aboutsummaryrefslogtreecommitdiff
path: root/deps/npm/lib/prune.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/lib/prune.js')
-rw-r--r--deps/npm/lib/prune.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/deps/npm/lib/prune.js b/deps/npm/lib/prune.js
index 010e471e4b..4ac8139576 100644
--- a/deps/npm/lib/prune.js
+++ b/deps/npm/lib/prune.js
@@ -26,7 +26,6 @@ function prune (args, cb) {
function Pruner (where, dryrun, args) {
Installer.call(this, where, dryrun, args)
- this.autoPrune = true
}
util.inherits(Pruner, Installer)
@@ -65,4 +64,3 @@ Pruner.prototype.loadAllDepsIntoIdealTree = function (cb) {
Pruner.prototype.runPreinstallTopLevelLifecycles = function (cb) { cb() }
Pruner.prototype.runPostinstallTopLevelLifecycles = function (cb) { cb() }
-Pruner.prototype.saveToDependencies = function (cb) { cb() }