From 2d04c5018437fd472853f7c8714b9c7d3af0d412 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Wed, 15 Jan 2014 16:24:30 -0800 Subject: [PATCH] Dedupe oniguruma --- script/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/bootstrap b/script/bootstrap index 3acdf9bf4..8c0c8a99c 100755 --- a/script/bootstrap +++ b/script/bootstrap @@ -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',