fix: patch config.js to remove duplicate values · npm/cli@9797846 (original) (raw)

Skip to content

View all features

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 9797846

fix: patch config.js to remove duplicate values

File tree

1 file changed

lines changed

1 file changed

lines changed

Lines changed: 0 additions & 2 deletions

Original file line number Diff line number Diff line change
@@ -231,8 +231,6 @@ const types = {
231 231 global: Boolean,
232 232 'global-style': Boolean,
233 233 globalconfig: path,
234 -'https-proxy': [null, url],
235 -'user-agent': String,
236 234 heading: String,
237 235 'https-proxy': [null, url],
238 236 'if-present': Boolean,

0 commit comments