Skip to content

Commit

Permalink
fix(npm-conf): OTP should default to undefined, figgy pudding is very…
Browse files Browse the repository at this point in the history
… strict
  • Loading branch information
evocateur committed Jul 16, 2019
1 parent 457d1e8 commit 2fa02a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/npm-conf/lib/defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Object.defineProperty(exports, "defaults", {
"onload-script": false,
only: null,
optional: true,
otp: null,
otp: undefined,
"package-lock": true,
"package-lock-only": false,
parseable: false,
Expand Down

0 comments on commit 2fa02a8

Please sign in to comment.