From b9895133249b6ade1d0a85b7b0be8699fbf5817c Mon Sep 17 00:00:00 2001 From: Gleb Alekseev Date: Sat, 22 Nov 2025 19:39:21 -0300 Subject: [PATCH] export solidity libs for hh3 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 066db32e..f14e3c1e 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "exports": { ".": "./dist/src/index.js", "./hardhat-setup": "./dist/hardhat-setup/index.js", - "./docgen": "./dist/docgen/index.js" + "./docgen": "./dist/docgen/index.js", + "./contracts/libraries/*": "./contracts/libraries/*" }, "repository": { "type": "git",