From 8a838445d358cf82ea94cecfbbef14cbf37cac0d Mon Sep 17 00:00:00 2001 From: reluc Date: Mon, 26 Sep 2022 17:25:04 +0200 Subject: [PATCH] chore: remove dot files from the published package --- .npmignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index 7edc4e1..4ce455e 100644 --- a/.npmignore +++ b/.npmignore @@ -2,4 +2,5 @@ hardhat.config.ts scripts contracts/**/*.sol test -node_modules \ No newline at end of file +node_modules +.* \ No newline at end of file