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-10-16 04:11:59 +0400
committerForrest L Norvell <forrest@npmjs.com>2014-10-16 20:19:09 +0400
commit6a14b232a0e34158bd95bb25c607167be995c204 (patch)
treeffaa0dcbec04c002f246dbeb3aeb458e27757826 /lib/npm.js
parent344fa1a219ac8867022df3dc58a47636dde8a242 (diff)
defactored npmconf back into npm
Diffstat (limited to 'lib/npm.js')
-rw-r--r--lib/npm.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/npm.js b/lib/npm.js
index 4fb693df8..e933a1346 100644
--- a/lib/npm.js
+++ b/lib/npm.js
@@ -16,7 +16,7 @@ require('child-process-close')
var EventEmitter = require("events").EventEmitter
, npm = module.exports = new EventEmitter()
- , npmconf = require("npmconf")
+ , npmconf = require("./config/core.js")
, log = require("npmlog")
, fs = require("graceful-fs")
, path = require("path")