Dedupe humanize-plus

This commit is contained in:
Kevin Sawicki
2014-01-16 18:54:58 -08:00
parent 0359e933d1
commit 677ec44b37

View File

@@ -31,7 +31,7 @@ if (!fs.existsSync(path.join(apmInstallPath, 'node_modules')))
fs.mkdirSync(path.join(apmInstallPath, 'node_modules'));
var apmFlags = process.env.JANKY_SHA1 || process.argv.indexOf('--no-color') !== -1 ? '--no-color' : '';
var packagesToDedupe = ['nan', 'oniguruma', 'roaster'];
var packagesToDedupe = ['humanize-plus', 'nan', 'oniguruma', 'roaster'];
var echoNewLine = process.platform == 'win32' ? 'echo.' : 'echo';
var commands = [
'git submodule --quiet sync',