From c0e45d3d30e5e278a792b53ffe6b0f06fabbfdba Mon Sep 17 00:00:00 2001 From: dakedres Date: Sat, 22 Jul 2023 23:07:13 -0400 Subject: [PATCH] Fix module type --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 0b31579..2ceb96d 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,6 @@ }, "author": "", "license": "ISC", - "type": "module", "dependencies": { "node-fetch": "^3.3.1" }