From a345efd09990c9a9ffb546caf4c0014ea1452449 Mon Sep 17 00:00:00 2001 From: Minteck Date: Wed, 9 Feb 2022 16:57:23 +0100 Subject: Initial commit, release --- node_modules/follow-redirects/https.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 node_modules/follow-redirects/https.js (limited to 'node_modules/follow-redirects/https.js') diff --git a/node_modules/follow-redirects/https.js b/node_modules/follow-redirects/https.js new file mode 100644 index 0000000..d21c921 --- /dev/null +++ b/node_modules/follow-redirects/https.js @@ -0,0 +1 @@ +module.exports = require("./").https; -- cgit