From 3185f76b5defac6c734a4d2b35542505f02a6f0a Mon Sep 17 00:00:00 2001 From: KobeN <7845001+kobenguyent@users.noreply.github.com> Date: Fri, 9 Feb 2024 10:51:15 +0100 Subject: [PATCH] fix: optimize files to upload to npm --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6207c72..f827ffd 100644 --- a/package.json +++ b/package.json @@ -37,5 +37,6 @@ "@codeceptjs/ui": "0.7.0", "codeceptjs": "3.5.11", "playwright": "1.40.1" - } + }, + "files": ["index.js", "LICENSE", "Readme.md"] }