From 062d1972d58a473fefbba220b7585bc525e268d5 Mon Sep 17 00:00:00 2001 From: DavertMik Date: Fri, 3 Jan 2025 01:12:32 +0200 Subject: [PATCH] added els to package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index c676a4ac7..e7696f915 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,10 @@ "docs/webapi/**" ], "main": "lib/index.js", + "exports": { + ".": "./lib/index.js", + "./els": "./lib/els.js" + }, "types": "typings/index.d.ts", "bin": { "codeceptjs": "./bin/codecept.js"