mirror of
https://github.com/atom/atom.git
synced 2026-01-14 17:38:03 -05:00
Dedupe semver in apm
This commit is contained in:
@@ -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')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user