From b1080c246000362cb2ca7aeadc2862788cbe2a19 Mon Sep 17 00:00:00 2001 From: jtsmedley <38006759+jtsmedley@users.noreply.github.com> Date: Mon, 18 Mar 2024 12:08:11 -0500 Subject: [PATCH] Fix package in build --- tsup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsup.config.js b/tsup.config.js index a088dea..2433f50 100644 --- a/tsup.config.js +++ b/tsup.config.js @@ -9,7 +9,7 @@ export default defineConfig({ "@helia/car", "@helia/unixfs", "@helia/mfs", - "blockstore-fs", + "blockstore-level", "datastore-core", "p-queue", ],