From 161ae5096039d51f63aabbc95b54d2ae58a546ec Mon Sep 17 00:00:00 2001 From: Jeff Hansen Date: Thu, 3 Oct 2024 13:53:17 -0400 Subject: [PATCH] fix(package): undo all exports changes as it breaks downstream adapters --- package.json | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/package.json b/package.json index fd93d6d..d6a6c32 100644 --- a/package.json +++ b/package.json @@ -9,22 +9,6 @@ "umd:main": "lib/awilix.umd.js", "react-native": "lib/awilix.browser.js", "typings": "lib/awilix.d.ts", - "exports": { - ".": { - "import": "./lib/awilix.module.mjs", - "types": "./lib/awilix.d.ts", - "default": "./lib/awilix.js" - }, - "./browser": { - "import": "./lib/awilix.browser.js", - "types": "./lib/awilix.d.ts", - "default": "./lib/awilix.browser.js" - }, - "./lib/*.js": { - "types": "./lib/*.d.ts", - "default": "./lib/*.js" - } - }, "engines": { "node": ">=16.3.0" },