From da237041ae9ed38a54e907feeb594c3038b87b50 Mon Sep 17 00:00:00 2001 From: Reynaldo Moreno Date: Wed, 23 Oct 2024 23:03:31 -0400 Subject: [PATCH] change package.json type for module --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 10a3e60..b874b92 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "url": "https://strapi.io" } ], - "type": "commonjs", + "type": "module", "exports": { ".": { "types": "./dist/index.d.ts",