From a50eb728d821a29475dd9a8ae31054142fe6ba76 Mon Sep 17 00:00:00 2001 From: HDegroote <75906619+HDegroote@users.noreply.github.com> Date: Wed, 14 Aug 2024 16:01:18 +0200 Subject: [PATCH] Only include index.js and lib/ in release --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 6e75e5e..94e7f20 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,10 @@ "url": "https://github.com/holepunchto/hyperblobs/issues" }, "homepage": "https://github.com/holepunchto/hyperblobs#readme", + "files": [ + "index.js", + "lib/**.js" + ], "dependencies": { "b4a": "^1.6.1", "hypercore-errors": "^1.1.1",