Dedupe semver in apm

This commit is contained in:
Kevin Sawicki
2014-07-21 18:18:10 -07:00
parent 9c78b9832b
commit 3326cf357f

View File

@@ -77,7 +77,7 @@ function bootstrap() {
moduleInstallCommand,
dedupeApmCommand + ' ' + packagesToDedupe.join(' '),
{
command: dedupeNpmCommand + ' request node-gyp',
command: dedupeNpmCommand + ' request node-gyp semver',
options: {
cwd: path.resolve(__dirname, '..', 'apm', 'node_modules', 'atom-package-manager')
}