From 3326cf357fa2dd2dc1d110e2ca9e7cd02cdaa1ba Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 21 Jul 2014 18:18:10 -0700 Subject: [PATCH] Dedupe semver in apm --- script/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/bootstrap b/script/bootstrap index 2af11cdfa..a7c876bb4 100755 --- a/script/bootstrap +++ b/script/bootstrap @@ -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') }