summaryrefslogtreecommitdiff
path: root/deps/npm/lib/stop.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/lib/stop.js')
-rw-r--r--deps/npm/lib/stop.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/lib/stop.js b/deps/npm/lib/stop.js
index e4d02ff281..fd43d08fc1 100644
--- a/deps/npm/lib/stop.js
+++ b/deps/npm/lib/stop.js
@@ -1 +1 @@
-module.exports = require('./utils/lifecycle.js').cmd('stop')
+module.exports = require('./utils/lifecycle-cmd.js')('stop')