From 1428481a5c4dc83ab8c4717fb7ff350bb45dcaa7 Mon Sep 17 00:00:00 2001 From: Alan Chambers Date: Wed, 7 Dec 2022 14:23:26 +0000 Subject: [PATCH] Add direct react export to package.json (#1050) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 5fbb9390..2309e030 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "./dist/themes/*": "./dist/themes/*", "./dist/components/*": "./dist/components/*", "./dist/utilities/*": "./dist/utilities/*", + "./dist/react": "./dist/react/index.js", "./dist/react/*": "./dist/react/*", "./dist/translations/*": "./dist/translations/*" },