From f153eaafdbd7a980886c601287becb145524f086 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tugay=20Yald=C4=B1z?= Date: Mon, 16 Sep 2024 16:58:50 +0300 Subject: [PATCH] feat: add support for load package via require() --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index cb57e32c..73356424 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "exports": { ".": { "import": "./lib/index.js", + "require": "./lib/index.js", "types": "./lib/index.d.ts" } },