From 3bef54772511de95b57ebc2a6e6b52378725c0bf Mon Sep 17 00:00:00 2001 From: Kazushi Konosu Date: Thu, 12 Dec 2024 17:50:24 +0900 Subject: [PATCH] chore: specify files --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 808b35e..deab8f2 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,9 @@ "version": "1.2.8", "description": "parse argument options", "main": "index.js", + "files": [ + "index.js" + ], "devDependencies": { "@ljharb/eslint-config": "^21.1.1", "aud": "^2.0.4",