From d435221fa8b103509261835790f65c77d495d831 Mon Sep 17 00:00:00 2001 From: Forrest L Norvell Date: Fri, 7 Nov 2014 17:24:52 -0800 Subject: isntall there really is? Who, that little guy? I wouldn't worry about that little guy. --- lib/npm.js | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'lib/npm.js') diff --git a/lib/npm.js b/lib/npm.js index 7727e3d23..b248bc186 100644 --- a/lib/npm.js +++ b/lib/npm.js @@ -140,16 +140,21 @@ var commandCache = {} ] , plumbing = [ "build" , "unbuild" - , "isntall" , "xmas" , "substack" , "visnup" ] - , fullList = npm.fullList = cmdList.concat(aliasNames).filter(function (c) { + , littleGuys = [ "isntall" ] + , fullList = cmdList.concat(aliasNames).filter(function (c) { return plumbing.indexOf(c) === -1 }) , abbrevs = abbrev(fullList) +// we have our reasons +fullList = npm.fullList = fullList.filter(function (c) { + return littleGuys.indexOf(c) === -1 +}) + npm.spinner = { int: null , started: false -- cgit v1.2.3