From 6a14b232a0e34158bd95bb25c607167be995c204 Mon Sep 17 00:00:00 2001 From: Forrest L Norvell Date: Wed, 15 Oct 2014 17:11:59 -0700 Subject: defactored npmconf back into npm --- bin/npm-cli.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/npm-cli.js') diff --git a/bin/npm-cli.js b/bin/npm-cli.js index ed81a989a..ace40ca79 100755 --- a/bin/npm-cli.js +++ b/bin/npm-cli.js @@ -21,7 +21,7 @@ log.info("it worked if it ends with", "ok") var path = require("path") , npm = require("../lib/npm.js") - , npmconf = require("npmconf") + , npmconf = require("../lib/config/core.js") , errorHandler = require("../lib/utils/error-handler.js") , configDefs = npmconf.defs -- cgit v1.2.3