Skip to content

Commit 2fa02a8

Browse files
committed
fix(npm-conf): OTP should default to undefined, figgy pudding is very strict
1 parent 457d1e8 commit 2fa02a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/npm-conf/lib/defaults.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Object.defineProperty(exports, "defaults", {
123123
"onload-script": false,
124124
only: null,
125125
optional: true,
126-
otp: null,
126+
otp: undefined,
127127
"package-lock": true,
128128
"package-lock-only": false,
129129
parseable: false,

0 commit comments

Comments
 (0)