From d078b1de6e811a09d4f73c770d64bc26ccf1547c Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Sat, 21 Aug 2021 21:40:54 +0200 Subject: [PATCH] 1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f4b22c9..aeb8ec5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fix-esm", "description": "Fixes ERR_REQUIRE_ESM errors so that you can require ESM modules from CommonJS", - "version": "1.0.0", + "version": "1.0.1", "main": "index.js", "repository": "https://git.cryto.net/joepie91/fix-esm.git", "author": "Sven Slootweg ",