diff options
Diffstat (limited to 'deps/npm/lib/view.js')
-rw-r--r-- | deps/npm/lib/view.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/deps/npm/lib/view.js b/deps/npm/lib/view.js index 9b34df3bf2..bdfd48165b 100644 --- a/deps/npm/lib/view.js +++ b/deps/npm/lib/view.js @@ -41,7 +41,6 @@ view.completion = function (opts, cb) { var npm = require("./npm.js") , registry = npm.registry - , ini = require("ini") , log = require("npmlog") , util = require("util") , semver = require("semver") |