From fb531d5bf5ec61b715a3ad9aacb8d6c9a64f2d05 Mon Sep 17 00:00:00 2001 From: Avraham Sakal Date: Thu, 18 May 2023 17:43:49 -0400 Subject: [PATCH] export (p)react lib --- package.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/package.json b/package.json index d4d49b4..262a633 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,14 @@ ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" + }, + "./react": { + "types": "./dist/react.d.ts", + "import": "./dist/react.js" + }, + "./preact": { + "types": "./dist/preact.d.ts", + "import": "./dist/preact.js" } }, "scripts": {