We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31a7274 commit 890a744Copy full SHA for 890a744
lib/config/pacote.js
@@ -25,6 +25,7 @@ function pacoteOpts (moreOpts) {
25
cert: npm.config.get('cert'),
26
defaultTag: npm.config.get('tag'),
27
dirPacker: pack.packGitDep,
28
+ git: npm.config.get('git'),
29
hashAlgorithm: 'sha1',
30
includeDeprecated: false,
31
key: npm.config.get('key'),
0 commit comments