From 578452fb6c11ab9b626295f79750731c1a635f0a Mon Sep 17 00:00:00 2001 From: Remco Haszing Date: Tue, 6 Sep 2022 19:01:33 +0200 Subject: [PATCH] Publish jsx-runtime --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 0e67886..62964d8 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,9 @@ "files": [ "lib/", "index.d.ts", - "index.js" + "index.js", + "jsx-runtime.d.ts", + "jsx-runtime.js" ], "exports": { ".": "./index.js",