Skip to content

Commit

Permalink
fix(bootstrap): Constrain npm-conf argument object to options.registr…
Browse files Browse the repository at this point in the history
…y only
  • Loading branch information
evocateur committed Oct 3, 2018
1 parent 597606c commit 987fd26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/bootstrap/index.js
Expand Up @@ -62,7 +62,7 @@ class BootstrapCommand extends Command {
);
}

this.conf = npmConf(this.options);
this.conf = npmConf({ registry });
this.npmConfig = {
registry,
npmClient,
Expand Down

0 comments on commit 987fd26

Please sign in to comment.