From 544d56570ee1d7d242e1a0bab1c77f97a40df3a4 Mon Sep 17 00:00:00 2001 From: coaxial Date: Thu, 23 Oct 2025 15:26:27 +0200 Subject: [PATCH] chore: add files array to package.json --- package.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 560ee99..9fd4ea7 100644 --- a/package.json +++ b/package.json @@ -9,5 +9,13 @@ "devDependencies": { "eslint": "^8.0.0", "jest": "^29.0.0" - } + }, + "files": [ + ".gitignore", + "README.md", + "src/index.js", + "tests/unit/hello.test.js", + "tests/integration/hello.integration.test.js", + "tests/e2e/hello.e2e.test.js" + ] }