From e525ba76c2cf04c0200bde2e73bbdd63df37c90f Mon Sep 17 00:00:00 2001 From: Yash Patel Date: Fri, 29 Dec 2023 14:31:22 +0530 Subject: [PATCH] [FUNK-1226] turned supports-color to commonjs --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7386847..d250fa9 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,8 @@ "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, - "type": "module", + "type": "commonjs", + "main": "index.js", "exports": { "node": "./index.js", "default": "./browser.js"