From 9bd3bedf8ce60743c1af8e0d8c9cc61038a9624c Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Sun, 7 Apr 2024 09:57:05 -0700 Subject: [PATCH] chore: populate package.json [files] --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index b435b9f..eea11e5 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,9 @@ "version": "2.1.4", "description": "A heuristics scoring and reputation engine for SMTP connections", "main": "index.js", + "files": [ + "CHANGELOG.md", "config", "test" + ], "scripts": { "format": "npm run prettier:fix && npm run lint:fix", "lint": "npx eslint@^8 *.js test",