From f09a9060331e644cbcde52eae9b11813d4f56f16 Mon Sep 17 00:00:00 2001 From: William Hua Date: Wed, 3 Jul 2024 15:39:53 -0400 Subject: [PATCH] include missing files Co-authored-by: Corban Brook --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3ec4971..a13514c 100644 --- a/package.json +++ b/package.json @@ -26,9 +26,11 @@ }, "types": "gen/typechain/index.ts", "files": [ + "./LICENSE", + "./artifacts/contracts/**/*.json", "./contracts/**/*.sol", - "!**/*Mock*", - "./gen/typechain" + "./gen/typechain", + "./networks" ], "husky": { "hooks": {