From 9ebf11358df6cddabd21d1bf369be12e04eb044a Mon Sep 17 00:00:00 2001 From: Lucas Barrena Date: Wed, 29 Mar 2023 23:28:51 -0300 Subject: [PATCH] main property should be empty for now --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 14095b1..0e8c22a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "use-hyper", "version": "0.0.4", "description": "React hooks for the hypercore-protocol stack", - "main": "./src/index.js", + "main": "", "scripts": { "test": "standard" },