mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Dedupe humanize-plus
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user