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
diff options
context:
space:
mode:
authorForrest L Norvell <forrest@npmjs.com>2014-05-24 10:42:13 +0400
committerForrest L Norvell <forrest@npmjs.com>2014-06-13 23:41:13 +0400
commit1c2938189122c0640b9403746a6bfed4d6142b27 (patch)
tree8c6c5776818acc47454bb514f58623f05f8f486a /lib/npm.js
parent626c3e4a7fb37159b79ab9b3af2c030f26540b0f (diff)
remove dead code and fix jshint warnings
Diffstat (limited to 'lib/npm.js')
-rw-r--r--lib/npm.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/npm.js b/lib/npm.js
index 344e4d348..7b9c54b07 100644
--- a/lib/npm.js
+++ b/lib/npm.js
@@ -15,8 +15,7 @@ if (typeof WScript !== "undefined") {
require('child-process-close')
var EventEmitter = require("events").EventEmitter
- , npm = module.exports = new EventEmitter
- , config = require("./config.js")
+ , npm = module.exports = new EventEmitter()
, npmconf = require("npmconf")
, log = require("npmlog")
, fs = require("graceful-fs")