From c26762f898f071afbbb330c6dc03b2a08fa85b1c Mon Sep 17 00:00:00 2001 From: howel52 Date: Sun, 5 Sep 2021 18:35:24 +0800 Subject: [PATCH] Adding types entry in package.json (#2831) Co-authored-by: Jay --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index a4f55cf..c61b72a 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "0.21.3", "description": "Promise based HTTP client for the browser and node.js", "main": "index.js", + "types": "index.d.ts", "scripts": { "test": "grunt test", "start": "node ./sandbox/server.js",