Dedupe grim

This commit is contained in:
Corey Johnson 2014-06-11 16:50:35 -07:00
parent 47e2cb4645
commit 01b4ff24b9

View File

@ -35,7 +35,7 @@ function bootstrap() {
var initialNpmCommand = fs.existsSync(npmPath) ? npmPath : 'npm';
var npmFlags = ' --userconfig=' + path.resolve('.npmrc') + ' ';
var packagesToDedupe = ['fs-plus', 'humanize-plus', 'oniguruma', 'roaster', 'season'];
var packagesToDedupe = ['fs-plus', 'humanize-plus', 'oniguruma', 'roaster', 'season', 'grim'];
var echoNewLine = process.platform == 'win32' ? 'echo.' : 'echo';
var commands = [