diff --git a/index.cjs b/index.js similarity index 99% rename from index.cjs rename to index.js index 609f85d..19ed456 100644 --- a/index.cjs +++ b/index.js @@ -144,4 +144,4 @@ process.on("uncaughtException", (err, origin) => { }); process.on("unhandledRejection", (reason, promise) => { console.error(`Promise ${promise} was rejected because ${reason}`); -}); \ No newline at end of file +});