aboutsummaryrefslogtreecommitdiff
path: root/deps/npm/lib/install/action/remove.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/lib/install/action/remove.js')
-rw-r--r--deps/npm/lib/install/action/remove.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/lib/install/action/remove.js b/deps/npm/lib/install/action/remove.js
index 7b05a81b6d..47d5b766f7 100644
--- a/deps/npm/lib/install/action/remove.js
+++ b/deps/npm/lib/install/action/remove.js
@@ -10,7 +10,7 @@ var rename = require('../../utils/rename.js')
// This is weird because we want to remove the module but not it's node_modules folder
// allowing for this allows us to not worry about the order of operations
-module.exports = function (top, buildpath, pkg, log, next) {
+module.exports = function (staging, pkg, log, next) {
log.silly('remove', pkg.path)
if (pkg.target) {
removeLink(pkg, next)