Dedupe oniguruma

This commit is contained in:
Kevin Sawicki 2014-01-15 16:24:30 -08:00
parent 2dc8c94165
commit 2d04c50184

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 = ['roaster'];
var packagesToDedupe = ['oniguruma', 'roaster'];
var echoNewLine = process.platform == 'win32' ? 'echo.' : 'echo';
var commands = [
'git submodule --quiet sync',