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/http.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 node_modules/follow-redirects/http.js (limited to 'node_modules/follow-redirects/http.js') diff --git a/node_modules/follow-redirects/http.js b/node_modules/follow-redirects/http.js new file mode 100644 index 0000000..695e356 --- /dev/null +++ b/node_modules/follow-redirects/http.js @@ -0,0 +1 @@ +module.exports = require("./").http; -- cgit