From 5ff58e20c178746bfb79cd858cff2d9ff483b7a8 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Fri, 11 Oct 2024 08:43:01 +0000 Subject: [PATCH] Plugins: Fix classic commonjs single file modules --- plugins/package.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 plugins/package.json diff --git a/plugins/package.json b/plugins/package.json new file mode 100644 index 000000000..ba698398c --- /dev/null +++ b/plugins/package.json @@ -0,0 +1,4 @@ +{ + "name": "sillytavern-plugins", + "type": "commonjs" +}