From 4be6dd80811adf99ed34ea8fe3ec54453f670a96 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Wed, 21 Jul 2021 02:58:22 -0300 Subject: [PATCH] Add package harpoon (#1974) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 5e98f40..878eef2 100644 --- a/packages.json +++ b/packages.json @@ -23389,5 +23389,18 @@ "description": "Transform XML trees into performant JavaScript DOM calls at compile-time.", "license": "MIT", "web": "https://github.com/schneiderfelipe/xom" + }, + { + "name": "harpoon", + "url": "https://github.com/juancarlospaco/harpoon", + "method": "git", + "tags": [ + "http", + "curl", + "client" + ], + "description": "HTTP Client", + "license": "MIT", + "web": "https://github.com/juancarlospaco/harpoon" } ]