From 24cd98bb3ccb888400fe9e205fc45606c934f879 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Mon, 10 Jul 2023 16:48:01 -0400 Subject: [PATCH] feat: Initial version --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9ae8d9f..753514c 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,9 @@ "rlp": "^3.0.0", "web3-types": "^1.0.1" }, - "files": ["lib"], + "files": [ + "lib" + ], "publishConfig": { "access": "public" }