From f3503eb183ade6c4afce292abe94f0d101a01754 Mon Sep 17 00:00:00 2001 From: Baipyrus Date: Fri, 8 Dec 2023 09:24:26 +0100 Subject: [PATCH] set project type to module --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f4306bc..c53622c 100644 --- a/package.json +++ b/package.json @@ -7,5 +7,6 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Baipyrus", - "license": "ISC" + "license": "ISC", + "type": "module" }