From 9b28c86d965c34bd4b412635c65819ef2a5339ca Mon Sep 17 00:00:00 2001 From: Antoni Kepinski Date: Mon, 25 May 2020 19:28:37 +0200 Subject: [PATCH] release critical fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8febf99..24d5b0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-fetch", - "version": "3.0.0-beta.6", + "version": "3.0.0-beta.6-exportfix", "description": "A light-weight module that brings window.fetch to node.js", "main": "./dist/index.cjs", "module": "./src/index.js",