From 173a8ca999e16ad97efb08fbc432bdabd36a7259 Mon Sep 17 00:00:00 2001 From: Darsh Patel Date: Sat, 17 Jun 2023 01:55:36 +0530 Subject: [PATCH] fix: define package.json export (#168) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 2647d95..8cfca28 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "module": "lib/esm/single-spa-react.js", "type": "module", "exports": { + "./package.json": "./package.json", ".": { "import": "./lib/esm/single-spa-react.js", "require": "./lib/cjs/single-spa-react.cjs"