From 00ce35c4260b2b80bdbfbeed2fa1060ad6b83567 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Mon, 2 May 2022 09:01:22 +0200 Subject: [PATCH] fix: add index-fetch.js to npm distribution (#1394) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index f4391cca9a6..7f08b7cb39d 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,7 @@ "files": [ "*.d.ts", "index.js", + "index-fetch.js", "lib", "types", "docs"