From fa1d98c6551eaa11a01025f61eff3fffdecf73bf Mon Sep 17 00:00:00 2001 From: reggie Date: Tue, 13 Jun 2023 13:24:00 -0300 Subject: [PATCH] Fix #459 Support projects using ESM (#460) --- package.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 00000000..1cd945a3 --- /dev/null +++ b/package.json @@ -0,0 +1,3 @@ +{ + "type": "commonjs" +}