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 ",