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
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/uninstall.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/uninstall.js b/lib/uninstall.js
index 1aca04aa0..71a2a158d 100644
--- a/lib/uninstall.js
+++ b/lib/uninstall.js
@@ -11,7 +11,6 @@ const npm = require('./npm.js')
const Installer = require('./install.js').Installer
const getSaveType = require('./install/save.js').getSaveType
const removeDeps = require('./install/deps.js').removeDeps
-var readShrinkwrap = require('./install/read-shrinkwrap.js')
const log = require('npmlog')
const usage = require('./utils/usage')