From f19cf81d0a03c0ea13bad00470472793a0798e00 Mon Sep 17 00:00:00 2001 From: Zvjezdan Tomicevic Date: Sat, 20 Apr 2024 09:23:46 +0200 Subject: [PATCH] Fixed umd rquire of the exports section in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 106a029..1477eee 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ ".": { "types": "./dist/index.d.ts", "import": "./dist/servicestack-client.mjs", - "require": "./dist/servicestack-client.umd.cjs" + "require": "./dist/servicestack-client.umd" } }, "engines": {