From 53e402b26f11b2cd7e13627643641d0b24a47dc4 Mon Sep 17 00:00:00 2001 From: "dr.dimitru" Date: Thu, 2 May 2019 15:06:24 -0700 Subject: [PATCH] Update package' description and tags --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index efae303..f49f793 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "request-libcurl", "version": "0.0.1", - "description": "Stable request module built on top of libcurl with repeats, timeouts, and Promise API", + "description": "Extremely stable HTTP request module built on top of libcurl with retries, timeouts, Promise and async/await API", "main": "index.js", "scripts": { "test": "mocha" @@ -20,7 +20,9 @@ "post", "get", "API", - "rest" + "rest", + "request-libcurl", + "request-extra" ], "author": "dr.dimitru (https://veliovgroup.com)", "engines": {