From da240efdac60a733733f25885dce15bb06169aa4 Mon Sep 17 00:00:00 2001 From: Darcy Clarke Date: Mon, 12 Oct 2020 17:12:39 -0400 Subject: [PATCH] fix: patch config.js to remove duplicate values --- lib/utils/config.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/utils/config.js b/lib/utils/config.js index 114a6d42314a1..440806f7964f8 100644 --- a/lib/utils/config.js +++ b/lib/utils/config.js @@ -231,8 +231,6 @@ const types = { global: Boolean, 'global-style': Boolean, globalconfig: path, - 'https-proxy': [null, url], - 'user-agent': String, heading: String, 'https-proxy': [null, url], 'if-present': Boolean,