From b6d48e0acdb0ea24b6d4e0ee2b271d795cae5c73 Mon Sep 17 00:00:00 2001 From: Seun Lanlege Date: Tue, 23 Jul 2024 17:56:46 +0000 Subject: [PATCH] npm v0.2.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f1c9f74..182a963 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@polytope-labs/ismp-solidity", - "version": "0.2.0", + "version": "0.2.1", "description": "Hyperbridge Solidity SDK for the Interoperable state machine protocol", "author": "Polytope Labs ", "license": "Apache-2.0", @@ -12,7 +12,7 @@ "lib": "src" }, "files": [ - "./src/**/*.sol" + "./interfaces/**/*.sol" ], "scripts": {}, "repository": {