From bca877c350fe76e3b833d0e5a1bd2f155472dfe1 Mon Sep 17 00:00:00 2001 From: Rich Ellis Date: Tue, 13 Feb 2024 16:41:54 +0000 Subject: [PATCH] build: package only necessary content --- package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 0f979290..2e4627c1 100644 --- a/package.json +++ b/package.json @@ -59,5 +59,10 @@ "lint": "eslint --ignore-path .gitignore .", "unit": "mocha --grep \"#unit\"", "test": "npm run lint && npm run unit" - } + }, + "files": [ + "/app.js", + "/bin", + "/includes" + ] }