From 24be3df23177b62d6932a732f489de85b0afd941 Mon Sep 17 00:00:00 2001 From: Brion Fuller Date: Sat, 2 Dec 2023 15:13:55 -0800 Subject: [PATCH] update main and type to published artifact --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8ec9b7c7..3763de3d 100644 --- a/package.json +++ b/package.json @@ -22,8 +22,8 @@ "index.js", "index.js.map" ], - "main": "./dist/src/index.js", - "types": "./dist/src/index.d.ts", + "main": "./index.js", + "types": "./index.d.ts", "keywords": [ "react", "reactjs",