Skip to content

Commit

Permalink
Update install_typings
Browse files Browse the repository at this point in the history
and a property in an object literal
  • Loading branch information
paulvanbrenk authored May 12, 2017
1 parent 7f9ebcd commit f00d0a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if (!packagesToInstall.length) {
var options = {
save: argv.save,
emitter: emitter,
options.global = name === "node", // Assume everything else refers to a CommonJS module
global: name === "node", // Assume everything else refers to a CommonJS module
cwd: argv.cwd || process.cwd()
};

Expand Down

0 comments on commit f00d0a0

Please sign in to comment.